Yasuhito FUTATSUKI at POEM has proposed merging 
lp:~futatuki/mailman/fix-Defaults.py into lp:mailman/2.1.

Commit message:
add description about IPv6 support of subscribe blocking to Defaults.py.in
fix a typo in comment of BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE

Requested reviews:
  Mailman Coders (mailman-coders)

For more details, see:
https://code.launchpad.net/~futatuki/mailman/fix-Defaults.py/+merge/349388
-- 
Your team Mailman Coders is requested to review the proposed merge of 
lp:~futatuki/mailman/fix-Defaults.py into lp:mailman/2.1.
=== modified file 'Mailman/Defaults.py.in'
--- Mailman/Defaults.py.in	2018-06-13 08:22:47 +0000
+++ Mailman/Defaults.py.in	2018-07-12 02:35:48 +0000
@@ -147,10 +147,12 @@
 
 # IF the following is set to Yes, and a web subscribe comes from an IPv4
 # address and the IP is listed in Spamhaus SBL, CSS or XBL, the subscription
-# will be blocked.
+# will be blocked.  It will work with IPv6 addresses if Python's py2-ipaddress
+# module is installed.  The module can be installed via pip if not included
+# in your Python.
 BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE = No
 
-# IF the following is set to Yes, and a subscriper uses a domain that is
+# IF the following is set to Yes, and a subscriber uses a domain that is
 # listed in the Spamhaus DBL, the subscription will be blocked.
 BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE = No
 

_______________________________________________
Mailman-coders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to