diff options
-rw-r--r-- | Mailman/Handlers/WrapMessage.py | 3 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 7 insertions, 3 deletions
diff --git a/Mailman/Handlers/WrapMessage.py b/Mailman/Handlers/WrapMessage.py index 83f521fb..2bb540d6 100644 --- a/Mailman/Handlers/WrapMessage.py +++ b/Mailman/Handlers/WrapMessage.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2013-2016 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -34,6 +34,7 @@ KEEPERS = ('to', 'in-reply-to', 'references', 'x-mailman-approved-at', + 'date', ) @@ -16,7 +16,7 @@ Here is a history of user visible changes to Mailman. - There is a new Defaults.py/mm_cfg.py setting SMTPLIB_DEBUG_LEVEL which can be set to 1 to enable verbose smtplib debugging to Mailman's error - log to help with debugging 'low level smtp failures'. (LP: # 1573074) + log to help with debugging 'low level smtp failures'. (LP: #1573074) - A list's nonmember_rejection_notice attribute will now be the default rejection reason for a held non-member post in addition to it's prior @@ -25,6 +25,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Set the Date: header in the wrapper message when from_is_list or + dmarc_moderation_action is Wrap Message. (LP: #1581215) + - A site can now set DMARC_ORGANIZATIONAL_DOMAIN_DATA_URL to None or the null string if it wants to avoid using this. (LP: #1578450) @@ -184,7 +187,7 @@ Here is a history of user visible changes to Mailman. - Changed CookHeaders to default to using space rather than tab as continuation_ws when folding headers. (LP: #1505878) - - Fixed the 'pidfile' path in the sample init.d script. (LP: # 1503422) + - Fixed the 'pidfile' path in the sample init.d script. (LP: #1503422) - Subject prefixing could fail to collapse multiple 'Re:' in an incomming message if they all came after the list's subject_prefix. This is now |