[Bug 1774987] [NEW] mailman-config incorrect quoting in print statement

Robert Arends 1774987 at bugs.launchpad.net
Mon Jun 4 08:51:21 EDT 2018


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


More information about the Mailman-coders mailing list