I am pleased to announce the release of Mailman 2.1.25.
Python 2.4 is the minimum supported, but Python 2.7 is strongly recommended.
This is a routine bug fix release with a minor new feature and some accessibility improvements for screen readers. 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.25 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.25.
Hello,
this version contain a fix for LP#1696066 that work for most postfix users. But not for me :-/
postfix know different types of maps:
http://www.postfix.org/DATABASE_README.html#types
the corresponding files have different suffixes. But the code in
Mailman/MTA/Postfix.py
handle only .db files while I use cdb.
Andreas
On 11/23/2017 12:00 AM, A. Schulze wrote:
this version contain a fix for LP#1696066 that work for most postfix users. But not for me :-/
postfix know different types of maps: http://www.postfix.org/DATABASE_README.html#types the corresponding files have different suffixes. But the code in Mailman/MTA/Postfix.py handle only .db files while I use cdb.
Thank you for the report.
See <https://bugs.launchpad.net/mailman/+bug/1734162> and <http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/revision/1729>.
I have fixed the code to not throw OSError if there is no .db file, but I don't attempt to change group and mode of .cdb or other non-.db table types. This basically reverts the situation to pre-2.1.25 for those types.
-- 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