I am pleased to announce the release of Mailman 2.1.27.
Python 2.6 is the minimum supported, but Python 2.7 is strongly recommended.
This is a routine bug fix release with a few new features and some minor security enhancements. See the attached README.txt for details.
Mailman is free software for managing email mailing lists and e-newsletters. Mailman is used for all the python.org and SourceForge.net mailing lists, as well as at hundreds of other sites.
For more information, please see our web site at one of:
http://www.list.org https://www.gnu.org/software/mailman http://mailman.sourceforge.net/ https://mirror.list.org/
Mailman 2.1.27 can be downloaded from
https://launchpad.net/mailman/2.1/ https://ftp.gnu.org/gnu/mailman/ https://sourceforge.net/projects/mailman/
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mark Sapiro:
I am pleased to announce the release of Mailman 2.1.27.
Hello,
one new, cool feature is "BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE" But I'm unsure if it will block any subscription.
see
https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/...
There, for a potential subscriber <user@example.org> a DNS query for
example.com.zen.spamhaus.org is generated.
But, https://www.spamhaus.org/zen/ say "ZEN is the combination of all
Spamhaus IP-based DNSBLs ..."
I assume, example.org is and will never be listed in zen.spamhaus.org Shouldn't "example.com.dbl.spamhaus.org" be used?
(Or do I have an wrong/outdated view on zen.spamhaus.org?)
Andreas
On 7/2/18 2:34 AM, A. Schulze wrote:
one new, cool feature is "BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE" But I'm unsure if it will block any subscription.
see https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/...
There, for a potential subscriber <user@example.org> a DNS query for example.com.zen.spamhaus.org is generated.
You are correct. Thank you very much for the report.
As you note, line 1546 of Utils.py should be
lookup = '%s.dbl.spamhaus.org' % (domain)
This is now reported at <https://bugs.launchpad.net/mailman/+bug/1779774> and will be fixed.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
A. Schulze
-
Mark Sapiro