diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-06-05 12:14:08 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-06-05 12:14:08 -0700 |
commit | 8291c814c54d87c7958304e471a5c5c013417e45 (patch) | |
tree | e4a3ff152cb9c352ecf42ccbee0db7c5f06de23c /NEWS | |
parent | ca506e913faa49331db68f541774fdb773653988 (diff) | |
download | mailman2-8291c814c54d87c7958304e471a5c5c013417e45.tar.gz mailman2-8291c814c54d87c7958304e471a5c5c013417e45.tar.xz mailman2-8291c814c54d87c7958304e471a5c5c013417e45.zip |
Extend BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE for IPv6.
Fix string formatting for Python 2.6.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,9 @@ Here is a history of user visible changes to Mailman. - A new BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE setting has been added to enable blocking web subscribes from IPv4 addresses listed in Spamhaus - SBL, CSS or XBL. + SBL, CSS or XBL. 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. i18n |