diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-08-09 20:37:42 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-08-09 21:19:17 +0100 |
commit | 8a6b4e02cd384193a5566e8601bdd97249b22284 (patch) | |
tree | de684b5461dca9486b14313e34ce21f7d1bf6286 /doc/doc-txt/ChangeLog | |
parent | 20751c768578c81f5136f58b4bd98109716894b0 (diff) |
Fix cutthrough delivery for more than one iteration of address redirection. Bug 2296
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index b0fbf9178..bf5afe0af 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -87,6 +87,11 @@ JH/19 Reject MAIL FROM commands with SMTPUTF8 when the facility was not advertis PP/02 Let -n work with printing macros too, not just options. +JH/20 Bug 2296: Fix cutthrough for >1 address redirection. Previously only + one parent address was copied, and bogus data was used at delivery-logging + time. Either a crash (after delivery) or bogus log data could result. + Discovery and analysis by Tim Stewart. + Exim version 4.91 ----------------- |