diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-08 14:28:51 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-08 14:28:51 +0000 |
commit | ea49d0e16fbc6f56fc5b8519d266f88d09139187 (patch) | |
tree | 461a6152e7ee2b4c512fbd48740fd924bd78476c /doc | |
parent | 1349e1e5bcfa5fb3db8aa2f02825b7e70bf47cdb (diff) |
Fix retry key bug for pipe, file, or autoreply deliveries.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index d914efb43..f8f046b68 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.286 2006/02/07 16:36:25 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.287 2006/02/08 14:28:51 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -98,6 +98,10 @@ PH/16 As discussed on the list in Nov/Dec: Exim no longer looks at the address records were *not* found in the additional section, the port values from the SRV records were lost. +PH/17 If a delivery to a pipe, file, or autoreply was deferred, Exim was not + using the correct key (the original address) when searching the retry + rules in order to find which one to use for generating the retry hint. + Exim version 4.60 |