From 2a3eea108d202b0fc2d1ad17b3069ab78e811b7b Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 19 Oct 2004 13:40:39 +0000 Subject: (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. --- doc/doc-txt/ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc') 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 ----------------- -- cgit v1.2.3