summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-03-16 12:07:55 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-03-16 12:07:55 +0000
commitb37c4101bb17c8f45d804ebedd9db003a5a3293c (patch)
tree4d4b3ee40f78920f63d8b165d4a532a65ed32261 /doc/doc-txt/ChangeLog
parent3d240ff7fc19b7a28641d2aaa6999ac30ccd5a64 (diff)
Fix $address_data after verification redirect then defer/fail bug.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog8
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
-----------------