~ulrith/mailman/russian

« back to all changes in this revision

Viewing changes to Mailman/Handlers/CalcRecips.py

  • Committer: Mark Sapiro
  • Date: 2014-09-19 16:21:24 UTC
  • Revision ID: mark@msapiro.net-20140919162124-n9y3my6d1vghwx4u
Accept poster password on Urgent: header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    missing = []
64
64
    password = msg.get('urgent', missing)
65
65
    if password is not missing:
66
 
        if mlist.Authenticate((mm_cfg.AuthListModerator,
 
66
        if mlist.Authenticate((mm_cfg.AuthListPoster,
 
67
                               mm_cfg.AuthListModerator,
67
68
                               mm_cfg.AuthListAdmin),
68
69
                              password):
69
70
            recips = mlist.getMemberCPAddresses(mlist.getRegularMemberKeys() +