------------------------------------------------------------
revno: 1498
fixes bug: https://launchpad.net/bugs/1371678
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.1
timestamp: Fri 2014-09-19 09:21:24 -0700
message:
  Accept poster password on Urgent: header.
modified:
  Mailman/Handlers/CalcRecips.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/CalcRecips.py'
--- Mailman/Handlers/CalcRecips.py	2012-06-20 23:32:30 +0000
+++ Mailman/Handlers/CalcRecips.py	2014-09-19 16:21:24 +0000
@@ -63,7 +63,8 @@
     missing = []
     password = msg.get('urgent', missing)
     if password is not missing:
-        if mlist.Authenticate((mm_cfg.AuthListModerator,
+        if mlist.Authenticate((mm_cfg.AuthListPoster,
+                               mm_cfg.AuthListModerator,
                                mm_cfg.AuthListAdmin),
                               password):
             recips = mlist.getMemberCPAddresses(mlist.getRegularMemberKeys() +

=== modified file 'NEWS'
--- NEWS	2014-09-05 18:54:49 +0000
+++ NEWS	2014-09-19 16:21:24 +0000
@@ -23,6 +23,9 @@
 
   Bug fixes and other patches
 
+    - A list's poster password will now be accepted on an Urgent: header.
+      (LP: #1371678)
+
     - Fixed a bug which caused a setting of 2 for REMOVE_DKIM_HEADERS to be
       ignored.  (LP: #1363278)
 

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to