mailman-config incorrect quoting in print statement

Bug #1774987 reported by Robert Arends
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GNU Mailman
New
Undecided
Unassigned

Bug Description

As found in this newly included file bin/mailman-config
Mailman version: 2.1.26

The following 2 lines have extra quotes.
print "mail_group: %s" % ""mail", "postfix", "mailman", "nobody", "daemon""
print "cgi_group: %s" % ""apache""

Editing to remove the extra quotes works.
print "mail_group: %s" % "mail", "postfix", "mailman", "nobody", "daemon"
print "cgi_group: %s" % "apache"

Thanks.
Rob.

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.