------------------------------------------------------------ revno: 1340 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.2 timestamp: Sun 2014-05-04 18:54:21 -0700 message: Sender: headers are no longer removed in from_is_list Munge From actions. (LP: #1315970) modified: Mailman/Handlers/CookHeaders.py NEWS
-- lp:mailman/2.2 https://code.launchpad.net/~mailman-coders/mailman/2.2 Your team Mailman Checkins is subscribed to branch lp:mailman/2.2. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription
=== modified file 'Mailman/Handlers/CookHeaders.py' --- Mailman/Handlers/CookHeaders.py 2014-05-02 17:20:57 +0000 +++ Mailman/Handlers/CookHeaders.py 2014-05-05 01:54:21 +0000 @@ -134,9 +134,6 @@ formataddr(('%s via %s' % (realname, mlist.real_name), mlist.GetListEmail())), mlist, msg, msgdata) - if mlist.from_is_list != 2: - del msg['sender'] - #MAS ?? mlist.include_sender_header = 0 else: # Use this as a flag o_from = None === modified file 'NEWS' --- NEWS 2014-05-03 17:34:51 +0000 +++ NEWS 2014-05-05 01:54:21 +0000 @@ -49,8 +49,23 @@ archive to emphasize that even if you got to the message from a subject, date or author index, previous and next are still by thread. +2.1.19 (xx-xxx-xxxx) + + Bug fixes and other patches + + - Sender: headers are no longer removed in from_is_list Munge From + actions. (LP: #1315970) + 2.1.18 (03-May-2014) + Acknowledgements + + - Thanks to Jim Popovitch and Phil Pennock for the branch that formed the + basis of the dmarc_moderation_action feature. + + - Thanks to Franck Martin et al for the branch that formed the basis of + the from_is_list feature. + Dependencies - There is a new dependency associated with the new Privacy options -> @@ -164,7 +179,7 @@ - Fixed a bug which caused some authentication cookies to expire too soon if AUTHENTICATION_COOKIE_LIFETIME is non-zero. (LP: #1257112) - + - Fixed a possible TypeError in bin/sync_members introduced in 2.1.17. (LP: #1243343) @@ -225,10 +240,10 @@ DEFAULT_FROM_IS_LIST to control the default for new lists, and the existing REMOVE_DKIM_HEADERS setting has been extended to allow removing those headers only for certain from_is_list lists. This feature must - be enabled by setting ALLOW_FROM_IS_LIST to Yes in mm_cfg.py. See the + be enabled by setting ALLOW_FROM_IS_LIST to Yes in mm_cfg.py. See the description of these settings in Defaults.py for more detail. This feature is experimental in 2.1.16, and it is subject to change or to - become just one of the two methods in a subsequent release. People + become just one of the two methods in a subsequent release. People interested in this feature are encouraged to try it and report their experiences to the mailman-us...@python.org list.
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org