Public bug reported:

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.

** Affects: mailman
     Importance: Undecided
         Status: New

** Description changed:

  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 "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"  
+ print "mail_group:      %s" % "mail", "postfix", "mailman", "nobody", "daemon"
+ print "cgi_group:       %s" % "apache"
  
  Thanks.
  Rob.

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

Title:
  mailman-config incorrect quoting in print statement

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

Reply via email to