~mailman-coders/mailman/2.1

« back to all changes in this revision

Viewing changes to Mailman/Defaults.py.in

  • Committer: Mark Sapiro
  • Date: 2020-05-18 17:01:51 UTC
  • Revision ID: mark@msapiro.net-20200518170151-7u2zk8klcd351s7k
Extend REFUSE_SECOND_PENDING to unsubscription as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1128
1128
# pending a subscription confirmation when one is already pending.  The down
1129
1129
# side to this is if a subscriber loses or doesn't receive the confirmation
1130
1130
# request email, she has to wait PENDING_REQUEST_LIFE (default 3 days) before
1131
 
# she can request another.
 
1131
# she can request another.  This setting also applies to repeated unsubscribes.
1132
1132
REFUSE_SECOND_PENDING = No
1133
1133
 
1134
1134