aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Mailman/Utils.py2
-rw-r--r--NEWS7
2 files changed, 8 insertions, 1 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py
index d504ecce..01dfa9c0 100644
--- a/Mailman/Utils.py
+++ b/Mailman/Utils.py
@@ -1543,7 +1543,7 @@ def banned_domain(email):
email = email.lower()
user, domain = ParseEmail(email)
- lookup = '%s.zen.spamhaus.org' % (domain)
+ lookup = '%s.dbl.spamhaus.org' % (domain)
resolver = dns.resolver.Resolver()
try:
diff --git a/NEWS b/NEWS
index 43ef8533..19dc5105 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
+2.1.28 (xx-xxx-xxxx)
+
+ Bug fixes and other patches
+
+ - The BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE feature added in 2.1.27 was
+ not working. This is fixed. (LP: #1779774)
+
2.1.27 (22-Jun-2018)
Security