X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/35edf2ff67ad9fa5fc0e83bde865d807c297864f..5131419f6e7b978cfae7f4df9ffde81b949ad100:/doc/doc-txt/NewStuff diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 6d73f198a..f66a9e81a 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.2 2004/10/18 09:16:57 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.4 2004/10/21 15:24:42 ph10 Exp $ New Features in Exim -------------------- @@ -16,6 +16,18 @@ Version 4.44 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 ------------