Forgot to update NewStuff for $sender_address_data addition.
[users/jgh/exim.git] / doc / doc-txt / NewStuff
index dfcc5e71170f1c16075cbaf36f3ad5717e96ca9e..f66a9e81a33770b7f0f66fd1fe933272c7b9e355 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.1 2004/10/07 15:04:35 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.4 2004/10/21 15:24:42 ph10 Exp $
 
 New Features in Exim
 --------------------
@@ -9,6 +9,26 @@ updated when there is a relatively large batch of changes). The doc/ChangeLog
 file contains a listing of all changes, including bug fixes.
 
 
+Version 4.44
+------------
+
+ 1. There is a new build-time option called CONFIGURE_GROUP which works like
+    CONFIGURE_OWNER. It specifies one additional group that is permitted for
+    the runtime configuration file when the group write permission is set.
+
+ 2. The "control=submission" facility has a new option /retain_sender. This
+    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
 ------------