------------------------------------------------------------
revno: 1786
fixes bug: https://launchpad.net/bugs/1779774
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.1
timestamp: Mon 2018-07-02 15:37:24 -0700
message:
  Fixed BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE to use DBL, not ZEN.
modified:
  Mailman/Utils.py
  NEWS


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Utils.py'
--- Mailman/Utils.py	2018-06-13 08:22:47 +0000
+++ Mailman/Utils.py	2018-07-02 22:37:24 +0000
@@ -1543,7 +1543,7 @@
     email = email.lower()
     user, domain = ParseEmail(email)
 
-    lookup = '%s.zen.spamhaus.org' % (domain)
+    lookup = '%s.dbl.spamhaus.org' % (domain)
 
     resolver = dns.resolver.Resolver()
     try:

=== modified file 'NEWS'
--- NEWS	2018-06-25 02:50:53 +0000
+++ NEWS	2018-07-02 22:37:24 +0000
@@ -5,6 +5,13 @@
 
 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

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to