diff options
author | Todd Lyons <tlyons@ivenue.com> | 2012-07-06 14:56:11 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2012-07-06 15:04:14 -0700 |
commit | 6822b9097e418e9a0e6cb1a31430904a38a49986 (patch) | |
tree | 4b72bcb6cf94cdf5417d4e7a049a368584138a5a /doc | |
parent | b5b871aca49fbf0fcc2c91997e70c3c57f77faa9 (diff) |
Make +smtp_confirmation be a default logging option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index eb359d088..d86f767ad 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -33670,7 +33670,7 @@ selection marked by asterisks: &`*sender_verify_fail `& sender verification failures &`*size_reject `& rejection because too big &`*skip_delivery `& delivery skipped in a queue run -&` smtp_confirmation `& SMTP confirmation on => lines +&`*smtp_confirmation `& SMTP confirmation on => lines &` smtp_connection `& SMTP connections &` smtp_incomplete_transaction`& incomplete SMTP transactions &` smtp_no_mail `& session with no MAIL commands diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index a9c9abed8..5bdb23c1b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -33,6 +33,8 @@ PP/07 Handle "exim -L <tag>" to indicate to use syslog with tag as the process TL/01 Bugzilla 1258 - Refactor MAIL FROM optional args processing. +TL/02 Add +smtp_confirmation as a default logging option. + JH/01 Bugzilla 1201 & 304 - New cutthrough-delivery feature, with TLS support. JH/02 Support "G" suffix to numbers in ${if comparisons. |