[Mailman-Developers] -bounces becoming crazy, typo in
bin/newlist (and bin/rmlist)
Jason R. Mastaler
jason-list-mailman-developers@mastaler.com
Fri, 11 Jan 2002 11:21:08 -0700
Fil <fil@rezo.net> writes:
> 2) There's a small typo in newlist: a double-quote is missing at the
> end of the listname-admin line (the same happens with bin/rmlist)
Try the attached patch. I've also filed this as bug #502419 on
sourceforge.
Index: Mailman/MTA/Utils.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/MTA/Utils.py,v
retrieving revision 2.3
diff -u -r2.3 Utils.py
--- Mailman/MTA/Utils.py 2001/12/24 20:16:15 2.3
+++ Mailman/MTA/Utils.py 2002/01/11 18:10:46
@@ -47,7 +47,7 @@
#
# Seed this with the special cases.
aliases = [(listname, '"|%s post %s"' % (wrapper, listname)),
- (listname+'-admin', '"|%s bounces %s' % (wrapper, listname)),
+ (listname+'-admin', '"|%s bounces %s"' % (wrapper, listname)),
]
for ext in ('bounces', 'join', 'leave', 'owner', 'request'):
aliases.append(('%s-%s' % (listname, ext),