From e7fff57cf267b6a4c5ba8ce25db19806fe172b32 Mon Sep 17 00:00:00 2001 From: Jim Popovitch Date: Mon, 11 Jun 2018 17:55:03 +0000 Subject: Support for verifying subscriber domains against the Spamhaus DBL --- Mailman/Defaults.py.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Mailman/Defaults.py.in') 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. -- cgit v1.2.3