From eb37da776d7a77c575b6452e60982b465a3f38ba Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 19 Sep 2014 09:21:24 -0700 Subject: Accept poster password on Urgent: header. --- Mailman/Handlers/CalcRecips.py | 3 ++- NEWS | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Mailman/Handlers/CalcRecips.py b/Mailman/Handlers/CalcRecips.py index 39fe0671..0680bfb1 100755 --- a/Mailman/Handlers/CalcRecips.py +++ b/Mailman/Handlers/CalcRecips.py @@ -63,7 +63,8 @@ def process(mlist, msg, msgdata): 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() + diff --git a/NEWS b/NEWS index 0d1d0f40..e668ce9e 100755 --- a/NEWS +++ b/NEWS @@ -23,6 +23,9 @@ Here is a history of user visible changes to Mailman. 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) -- cgit v1.2.3