diff options
author | Phil Pennock <pdp@exim.org> | 2012-10-06 20:20:14 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-10-06 20:20:14 -0400 |
commit | bd0fff00c496a0530f1320721816bbcd07d2c478 (patch) | |
tree | 7e881b77848b47bbfccfa13beb36b3748165f0be /doc | |
parent | a574b1da3175461d59b7b18adff22f8b111b6e69 (diff) |
Doc fix: log field M8S=, in details section
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 9 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 255513921..18cff9ed6 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -13100,6 +13100,7 @@ Those options that undergo string expansion before use are marked with .cindex "8BITMIME" .cindex "8-bit characters" .cindex "log" "selectors" +.cindex "log" "8BITMIME" This option causes Exim to send 8BITMIME in its response to an SMTP EHLO command, and to accept the BODY= parameter on MAIL commands. However, though Exim is 8-bit clean, it is not a protocol converter, and it @@ -33878,6 +33879,14 @@ selection marked by asterisks: More details on each of these items follows: .ilist +.cindex "8BITMIME" +.cindex "log" "8BITMIME" +&%8bitmime%&: This causes Exim to log any 8BITMIME status of received messages, +which may help in tracking down interoperability issues with ancient MTAs +that are not 8bit clean. This is added to the &"<="& line, tagged with +&`M8S=`& and a value of &`0`&, &`7`& or &`8`&, corresponding to "not given", +&`7BIT`& and &`8BITMIME`& respectively. +.next .cindex "&%warn%& ACL verb" "log when skipping" &%acl_warn_skipped%&: When an ACL &%warn%& statement is skipped because one of its conditions cannot be evaluated, a log line to this effect is written if diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 2982fc4b5..5347246c4 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -118,7 +118,7 @@ Version 4.81 14. New expansion variable $headers_added with content from ACL add_header modifier (but not yet added to messsage). -15. New 8bitmime status logging option for received messages. +15. New 8bitmime status logging option for received messages. Log field "M8S". Version 4.80 |