diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-13 12:02:59 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-13 12:02:59 +0000 |
commit | 6a3f1455e3402f214d60abb87969660844770d91 (patch) | |
tree | fd7649c9fe634361c4f10ef8cf235711ac0b65d7 /doc/doc-txt | |
parent | 9675b3847f805018897fc71dcc5c98b78defd510 (diff) |
Add control=freeze/no_tell feature.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 427f0b2a3..4aeffb78d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.293 2006/02/13 11:28:56 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.294 2006/02/13 12:02:59 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -141,6 +141,8 @@ PH/25 Do not write to syslog when running in the test harness. The only occasion when this arises is a failure to open the main or panic logs (for which there is an explicit test). +PH/26 Added the /no_tell option to "control=freeze". + Exim version 4.60 diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 6dfb76ea8..0cc752e52 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.82 2006/02/10 14:25:43 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.83 2006/02/13 12:02:59 ph10 Exp $ New Features in Exim -------------------- @@ -40,6 +40,12 @@ PH/04 The variables $auth1, $auth2, $auth3 are now available in authenticators, the use of the numerical ones being deprecated, though the support will not be removed, at least, not for a long time. +PH/05 The "control=freeze" ACL modifier can now be followed by /no_tell. If + the global option freeze_tell is set, it is ignored for the current + message (that is, nobody is told about the freezing), provided all the + "control=freeze" modifiers that are obeyed in the current message have + the /no_tell option. + Version 4.60 ------------ |