diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-04-06 14:03:53 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-04-06 14:03:53 +0000 |
commit | 475fe28a6a039803d280266e29e755a603d1dfe7 (patch) | |
tree | 68d903ff7f57e05606f09962e723df34d169ebdd /doc/doc-txt/NewStuff | |
parent | bebaf0fc16f62691e9b05a939cb83947f4c5e415 (diff) |
Make $acl_verify_message available in following conditions and modifiers
in an ACL statement, not just when expanding message and log_message.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index b2563f30c..4a2739188 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.33 2005/04/05 13:58:34 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.34 2005/04/06 14:03:53 ph10 Exp $ New Features in Exim -------------------- @@ -130,6 +130,17 @@ PH/06 Macros may now be defined or redefined between router, transport, driver or ACL, or in the local_scan, retry, or rewrite sections of the configuration. +PH/07 $acl_verify_message is now set immediately after the failure of a + verification in an ACL, and so is available in subsequent modifiers. In + particular, the message can be preserved by coding like this: + + warn !verify = sender + set acl_m0 = $acl_verify_message + + Previously, $acl_verify_message was set only while expanding "message" + and "log_message" when a very denied access. + + Version 4.50 ------------ |