diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2020-01-13 09:13:27 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2020-01-13 09:13:27 +0900 |
commit | 94c85073d1ec6ab111efd2dc6d036d00995cabaa (patch) | |
tree | 3004c08c04d1204707deef485a1cf5000efaffd5 /Mailman/Defaults.py.in | |
parent | bfb97f9086b505020158225cfab9964bb4b88f35 (diff) | |
parent | 6dc4f98f42535c22a3805370c5d45706f40db37d (diff) | |
download | mailman2-94c85073d1ec6ab111efd2dc6d036d00995cabaa.tar.gz mailman2-94c85073d1ec6ab111efd2dc6d036d00995cabaa.tar.xz mailman2-94c85073d1ec6ab111efd2dc6d036d00995cabaa.zip |
merge lp:mailman/2.1 up to 1832 (2.1.30rc1)
Diffstat (limited to '')
-rwxr-xr-x | Mailman/Defaults.py.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index b45abf7b..277e3ab0 100755 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -1122,6 +1122,14 @@ ANONYMOUS_LIST_KEEP_HEADERS = ['^(?!x-)', '^x-mailman-', '^x-ack:', '^x-beenthere:', '^x-list-administrivia:', '^x-spam-', ] +# +# It is possible to mailbomb a third party by repeatrdly posting the subscribe +# form. You can prevent this by setting the following to Yes which will refuse +# pending a subscription confirmation when one is already pending. The down +# side to this is if a subscriber loses or doesn't receive the confirmation +# request email, she has to wait PENDING_REQUEST_LIFE (default 3 days) before +# she can request another. +REFUSE_SECOND_PENDING = No |