diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-04-06 16:26:42 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-04-06 16:26:42 +0000 |
commit | c688b954091b55561b0c15b555b2f88c96c1a29d (patch) | |
tree | 8c927c0fd935150a3dba05543b40d14acaf4ee9b /doc/doc-txt | |
parent | 5ca2a9a1a936ecc55402a1d40b7d8adb74865aba (diff) |
Pay attention to local part prefixes and suffixes when doing callouts.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 4d7dd8517..fb21a0f77 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.117 2005/04/06 15:26:52 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.118 2005/04/06 16:26:42 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -190,6 +190,13 @@ PH/30 In these circumstances: and peerdn, if requested) that were in fact used only for the second address. +PH/31 When doing a callout as part of verifying an address, Exim was not paying + attention to any local part prefix or suffix that was matched by the + router that accepted the address. It now behaves in the same way as it + does for delivery: the affixes are removed from the local part unless + rcpt_include_affixes is set on the transport. + + A note about Exim versions 4.44 and 4.50 ---------------------------------------- |