diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-05-13 09:27:12 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-05-13 09:27:12 -0700 |
commit | 631b834dd33fd65bf3c6e901980fb96c13a8d153 (patch) | |
tree | 94e76ed9b9e6809c811b96c0b78025a0ffc5f4bc /NEWS | |
parent | d2145608089777cd27175763cf9f71ca2a3159f5 (diff) | |
download | mailman2-631b834dd33fd65bf3c6e901980fb96c13a8d153.tar.gz mailman2-631b834dd33fd65bf3c6e901980fb96c13a8d153.tar.xz mailman2-631b834dd33fd65bf3c6e901980fb96c13a8d153.zip |
Keep the date header in wrapped messages.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |