------------------------------------------------------------ revno: 1650 fixes bug: https://launchpad.net/bugs/1581215 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.1 timestamp: Fri 2016-05-13 09:27:12 -0700 message: Keep the date header in wrapped messages. modified: Mailman/Handlers/WrapMessage.py NEWS
-- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman Checkins is subscribed to branch lp:mailman/2.1. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Handlers/WrapMessage.py' --- Mailman/Handlers/WrapMessage.py 2015-01-24 01:35:45 +0000 +++ Mailman/Handlers/WrapMessage.py 2016-05-13 16:27:12 +0000 @@ -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 @@ 'in-reply-to', 'references', 'x-mailman-approved-at', + 'date', ) === modified file 'NEWS' --- NEWS 2016-05-06 21:44:28 +0000 +++ NEWS 2016-05-13 16:27:12 +0000 @@ -16,7 +16,7 @@ - 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 @@ 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 @@ - 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
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org