aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2018-06-13 17:22:47 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2018-06-13 17:22:47 +0900
commitf9ad5c209b47c5b4677f5f6678667049ceea9baf (patch)
tree07359919522b45c79abe1648fb8e6b995cb7cc7a /Mailman/Defaults.py.in
parentf4212b4845d8f5d1e3bb1cd5271f49e4641a3051 (diff)
parentd4bf95bd97ebaeebb5291c4f7d9f1d90ff7414fd (diff)
downloadmailman2-f9ad5c209b47c5b4677f5f6678667049ceea9baf.tar.gz
mailman2-f9ad5c209b47c5b4677f5f6678667049ceea9baf.tar.xz
mailman2-f9ad5c209b47c5b4677f5f6678667049ceea9baf.zip
merge lp:mailman/2.1 up to rev 1770
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.