diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-14 14:55:37 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-14 14:55:37 +0000 |
commit | 278c6e6cc2394271726a444eecc97cd9b25596e2 (patch) | |
tree | fd5eca4d483ecf714b1df9c1122b6a4fe017eb7b /doc/doc-txt/NewStuff | |
parent | 0d46a8c87e92e8136cf1f0f6985b3a87815517f5 (diff) |
Add log selector sender_verify_fail.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index d4c307cff..fdccff410 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.84 2006/02/14 14:12:06 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.85 2006/02/14 14:55:37 ph10 Exp $ New Features in Exim -------------------- @@ -49,6 +49,12 @@ PH/05 The "control=freeze" ACL modifier can now be followed by /no_tell. If 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 ------------ |