[Mailman-Developers] Mailman 2.1.26 Security release Feb 4, 2018

Sebastian Hagedorn Hagedorn at uni-koeln.de
Wed Feb 7 07:01:55 EST 2018


Hi,

FWIW, I just installed 2.1.26 on a test system, and that command does not 
work for me:

$ mailman-config
  File "/usr/lib/mailman/bin/mailman-config", line 34
    print "mail_group:      %s" % ""mail", "postfix", "mailman", "nobody", 
"daemon""
                                       ^
SyntaxError: invalid syntax

Both that line and the following (for cgi_group) are double-quoted:

print "cgi_group:       %s" % ""apache""

If I remove the quotes in bin/mailman-config prior to running configure, 
the resulting script works fine:

print "mail_group:      %s" % @MAIL_GROUP@
print "cgi_group:       %s" % @CGI_GROUP@

$ build/bin/mailman-config
Configuration and build information for Mailman

Mailman version: 2.1.26
Build Date:      Wed Feb  7 12:58:18 CET 2018

prefix:          /usr/local/mailman
var_prefix:      /usr/local/mailman
mailman_user:    mailman
mailman_group:   mailman
mail_group:      mailman other mail daemon
cgi_group:       www www-data nobody

configure_opts: "--with-python=/usr/bin/python2.7 --without-permcheck"

--On 4. Februar 2018 um 09:51:37 -0800 Mark Sapiro <mark at msapiro.net> wrote:

>     - Thanks to Lindsay Haisley, there is a new bin/mailman-config command
>       to display various information about this Mailman version and how it
>       was configured.

-- 
    .:.Sebastian Hagedorn - Weyertal 121 (Gebäude 133), Zimmer 2.02.:.
                 .:.Regionales Rechenzentrum (RRZK).:.
   .:.Universität zu Köln / Cologne University - ✆ +49-221-470-89578.:.


More information about the Mailman-Developers mailing list