diff options
author | jimpop@template.hostname <> | 2015-11-04 21:09:42 +0000 |
---|---|---|
committer | jimpop@template.hostname <> | 2015-11-04 21:09:42 +0000 |
commit | 6bd19f91b98517af02a3dae766d49c1610967815 (patch) | |
tree | 901bfb1bc108065bda4fb0f8931274c1124edd62 /Mailman/Defaults.py.in | |
parent | 2b8a93aad055efe7754ee3f1c93afd588b1d53ff (diff) | |
download | mailman2-6bd19f91b98517af02a3dae766d49c1610967815.tar.gz mailman2-6bd19f91b98517af02a3dae766d49c1610967815.tar.xz mailman2-6bd19f91b98517af02a3dae766d49c1610967815.zip |
Auto-Moderate Verbose Members
Diffstat (limited to '')
-rwxr-xr-x | Mailman/Defaults.py.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 0e376e1c..093ce1c8 100755 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -1118,6 +1118,12 @@ DMARC_RESOLVER_TIMEOUT = seconds(3) # The total time to spend trying to get an answer to the question. DMARC_RESOLVER_LIFETIME = seconds(5) +# Should the list server auto-moderate members who post too frequently +# DEFAULT_MEMBER_VERBOSITY_INTERVAL = number of seconds to track posts +# DEFAULT_MEMBER_VERBOSITY_THRESHOLD = number of allowed posts per interval (0 to disable). +DEFAULT_MEMBER_VERBOSITY_INTERVAL = 300 +DEFAULT_MEMBER_VERBOSITY_THRESHOLD = 5 + # What domains should be considered equivalent when testing list membership # for posting/moderation. # If two poster addresses with the same local part but |