X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/f78eb7c6264c5f1a4ec2fb24c39060e0686f7714..0d46a8c87e92e8136cf1f0f6985b3a87815517f5:/doc/doc-txt/NewStuff?ds=sidebyside diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 6dfb76ea8..d4c307cff 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.84 2006/02/14 14:12:06 ph10 Exp $ New Features in Exim -------------------- @@ -40,6 +40,15 @@ 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. + +PH/06 In both GnuTLS and OpenSSL, an expansion of tls_privatekey that results + in an empty string is now treated as unset. + Version 4.60 ------------