[exim-cvs] Doc fix: log field M8S=, in details section

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Doc fix: log field M8S=, in details section
Gitweb: http://git.exim.org/exim.git/commitdiff/bd0fff00c496a0530f1320721816bbcd07d2c478
Commit:     bd0fff00c496a0530f1320721816bbcd07d2c478
Parent:     a574b1da3175461d59b7b18adff22f8b111b6e69
Author:     Phil Pennock <pdp@???>
AuthorDate: Sat Oct 6 20:20:14 2012 -0400
Committer:  Phil Pennock <pdp@???>
CommitDate: Sat Oct 6 20:20:14 2012 -0400


    Doc fix: log field M8S=, in details section
---
 doc/doc-docbook/spec.xfpt |    9 +++++++++
 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 2555139..18cff9e 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 2982fc4..5347246 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