diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-11-14 13:56:49 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-11-14 13:56:49 +0000 |
commit | 456682f5dbf8f8f9a97b3f1cebf07d4770b834b2 (patch) | |
tree | fc9b82cd3e3d040d0803ca0693e571071a1870f1 /doc | |
parent | 87fcc8b991cb2c6fb33e78593230685d104c6800 (diff) |
Change auto-generated to auto-replied, in line with RFC 3834.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index adf73796b..2215122b5 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.257 2005/11/14 11:41:23 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.258 2005/11/14 13:56:49 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -88,6 +88,37 @@ PH/09 Applied a patch from the Sieve maintainer which: multiple envelope elements, the last element determinted the result) +PH/10 Exim was violating RFC 3834 ("Recommendations for Automatic Responses to + Electronic Mail") by including: + + Auto-submitted: auto-generated + + in the messages that it generates (bounce messages and others, such as + warnings). In the case of bounce messages for non-SMTP mesages, there was + also a typo: it was using "Auto_submitted" (underscore instead of + hyphen). Since every message generated by Exim is necessarily in response + to another message, thes have all been changed to: + + Auto-Submitted: auto-replied + + in accordance with these statements in the RFC: + + The auto-replied keyword: + + - SHOULD be used on messages sent in direct response to another + message by an automatic process, + + - MUST NOT be used on manually-generated messages, + + - MAY be used on Delivery Status Notifications (DSNs) and Message + Disposition Notifications (MDNs), + + - MUST NOT be used on messages generated by automatic or periodic + processes, except for messages which are automatic responses to + other messages. + + + Exim version 4.54 ----------------- |