X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/6a3f1455e3402f214d60abb87969660844770d91..1ab95fa6b0013a253777e01af83bc7940f9385a8:/doc/doc-txt/NewStuff diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 0cc752e52..fdccff410 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.83 2006/02/13 12:02:59 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.85 2006/02/14 14:55:37 ph10 Exp $ New Features in Exim -------------------- @@ -46,6 +46,15 @@ PH/05 The "control=freeze" ACL modifier can now be followed by /no_tell. If "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. + +PH/07 There is a new log selector called sender_verify_fail, which is set by + default. If it is unset, the separate log line that gives details of a + sender verification failure is not written. Log lines for the rejection + of SMTP commands (e.g. RCPT) contain just "sender verify failed", so some + detail is lost. + Version 4.60 ------------