------------------------------------------------------------
revno: 1483
fixes bug: https://launchpad.net/bugs/1315970
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.1
timestamp: Sun 2014-05-04 18:54:04 -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.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/CookHeaders.py'
--- Mailman/Handlers/CookHeaders.py	2014-05-02 17:21:48 +0000
+++ Mailman/Handlers/CookHeaders.py	2014-05-05 01:54:04 +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:35:40 +0000
+++ NEWS	2014-05-05 01:54:04 +0000
@@ -5,8 +5,23 @@
 
 Here is a history of user visible changes to Mailman.
 
+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 ->
@@ -120,7 +135,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)
 
@@ -181,10 +196,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

Reply via email to