summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-10-19 13:40:39 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-10-19 13:40:39 +0000
commit2a3eea108d202b0fc2d1ad17b3069ab78e811b7b (patch)
tree5f90e77fa52f454594d20e01fc95e84986f53502 /doc
parenteb2c02484772e04f92ec95769011ce2e6ad55bc2 (diff)
(1) $address_data in an ACL was clobbered by a sender verify that
followed a recipient verify. (2) Added $sender_address_data to hold the address_data value from a sender verification.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index c959e63b8..b9eb75700 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.12 2004/10/19 11:40:52 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.13 2004/10/19 13:40:39 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -47,6 +47,13 @@ Exim version 4.44
failure and thereby defer the delivery if it tries to use (for example) a
cached ldap connection that the parent has called unbind on.
+12. If verify=recipient was followed by verify=sender in a RCPT ACL, the value
+ of $address_data from the recipient verification was clobbered by the
+ sender verification.
+
+13. The value of address_data from a sender verification is now available in
+ $sender_address_data in subsequent conditions in the ACL statement.
+
Exim version 4.43
-----------------