------------------------------------------------------------ revno: 1355 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.2 timestamp: Fri 2014-09-19 09:24:03 -0700 message: Accept poster password on Urgent: header. modified: Mailman/Handlers/CalcRecips.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/CalcRecips.py' --- Mailman/Handlers/CalcRecips.py 2009-04-18 20:02:57 +0000 +++ Mailman/Handlers/CalcRecips.py 2014-09-19 16:24:03 +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 21:26:04 +0000 +++ NEWS 2014-09-19 16:24:03 +0000 @@ -67,6 +67,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