summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-10-21 15:24:42 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-10-21 15:24:42 +0000
commit5131419f6e7b978cfae7f4df9ffde81b949ad100 (patch)
tree6d61a7835414ed8bada1057757dce85f75538b6e /doc
parent2a3eea108d202b0fc2d1ad17b3069ab78e811b7b (diff)
Forgot to update NewStuff for $sender_address_data addition.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/NewStuff10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 1a4d69335..f66a9e81a 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.3 2004/10/19 11:04:26 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.4 2004/10/21 15:24:42 ph10 Exp $
New Features in Exim
--------------------
@@ -20,6 +20,14 @@ Version 4.44
has the effect of setting local_sender_retain true and local_from_check
false for the incoming message in which it is encountered.
+ 3. $recipients is now available in the predata ACL (oversight).
+
+ 4. The value of address_data from a sender verification is now available in
+ $sender_address_data in subsequent conditions in the ACL statement. Note:
+ this is just like $address_data. The value does not persist after the end
+ of the current ACL statement. If you want to preserve it, you can use one
+ of the ACL variables.
+
Version 4.43
------------