Public bug reported:

As found in this newly included file bin/mailman-config

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.

** Affects: mailman
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/1774986

Title:
  mailman-config incorrect quoting in print statement

To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1774986/+subscriptions
_______________________________________________
Mailman-coders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to