diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-03-16 12:07:55 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-03-16 12:07:55 +0000 |
commit | b37c4101bb17c8f45d804ebedd9db003a5a3293c (patch) | |
tree | 4d4b3ee40f78920f63d8b165d4a532a65ed32261 /doc/doc-txt | |
parent | 3d240ff7fc19b7a28641d2aaa6999ac30ccd5a64 (diff) |
Fix $address_data after verification redirect then defer/fail bug.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index b1a7c3904..675728855 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.329 2006/03/16 11:51:09 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.330 2006/03/16 12:07:55 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -308,6 +308,12 @@ PH/60 When a VRFY deferred or FAILED, the log message rather than the user PH/61 Add -l and -k options to exicyclog. +PH/62 When verifying, if an address was redirected to one new address, so that + verification continued, and the new address failed or deferred after + having set something in $address_data, the value of $address_data was not + passed back to the ACL. This was different to the case when no + redirection occurred. The value is now passed back in both cases. + Exim version 4.60 ----------------- |