aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2018-06-12 06:55:49 -0700
committerMark Sapiro <mark@msapiro.net>2018-06-12 06:55:49 -0700
commitd4bf95bd97ebaeebb5291c4f7d9f1d90ff7414fd (patch)
tree0bf62e3d1796bac1aa7d40895de0cceca04acbcc /Mailman/Defaults.py.in
parentd2da11a73ee15a4e467fdacbb0f5c36447b144f6 (diff)
parente7fff57cf267b6a4c5ba8ce25db19806fe172b32 (diff)
downloadmailman2-d4bf95bd97ebaeebb5291c4f7d9f1d90ff7414fd.tar.gz
mailman2-d4bf95bd97ebaeebb5291c4f7d9f1d90ff7414fd.tar.xz
mailman2-d4bf95bd97ebaeebb5291c4f7d9f1d90ff7414fd.zip
Implemented BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE.
Diffstat (limited to 'Mailman/Defaults.py.in')
-rwxr-xr-xMailman/Defaults.py.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 7a86f63c..63a8e99f 100755
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -150,6 +150,10 @@ GLOBAL_BAN_LIST = []
# will be blocked.
BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE = No
+# IF the following is set to Yes, and a subscriper uses a domain that is
+# listed in the Spamhaus DBL, the subscription will be blocked.
+BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE = No
+
# Command that is used to convert text/html parts into plain text. This
# should output results to standard output. %(filename)s will contain the
# name of the temporary file that the program should operate on.