Re: [Mailman-Users] Messages of one list stuck in queue

2002-05-17 Thread Barry A. Warsaw


 AMK == Ashley M Kirchner [EMAIL PROTECTED] writes:

AMK You have an error in the text of your footer, probably a
AMK character that needs to be escaped.

Ashley's right.  You need to upgrade so broken footers like this don't
wedge your lists.  MM2.0.10 should be immune.

-Barry


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



[Mailman-Users] Messages of one list stuck in queue

2002-05-16 Thread Petri Lehtonen

I've mailman with four low volume mailing lists. Posts to one of the 
lists are stuck in qfiles. Other lists work without problem. There are 
no errors in logs/post or logs/smtp.

qrunner is running from cron, and running qrunner manually makes no 
difference.

However lots of these in logs/errors, that have started to appear at the 
same time as one of the list stopped working.

May 16 21:06:01 2002 (4253) Delivery exception: not enough arguments for 
format string
May 16 21:06:01 2002 (4253) Traceback (innermost last):
  File /var/mailman//Mailman/Handlers/HandlerAPI.py, line 82, in 
do_pipeline
func(mlist, msg, msgdata)
  File /var/mailman//Mailman/Handlers/Decorate.py, line 44, in process
footer = string.replace(mlist.msg_footer % d, '\r\n', '\n')
TypeError: not enough arguments for format string

-- 
Petri Lehtonen
e-mail: [EMAIL PROTECTED]







--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] Messages of one list stuck in queue

2002-05-16 Thread Ashley M. Kirchner

Petri Lehtonen wrote:

 May 16 21:06:01 2002 (4253) Delivery exception: not enough arguments for
 format string
 May 16 21:06:01 2002 (4253) Traceback (innermost last):
   File /var/mailman//Mailman/Handlers/HandlerAPI.py, line 82, in
 do_pipeline
 func(mlist, msg, msgdata)
   File /var/mailman//Mailman/Handlers/Decorate.py, line 44, in process
 footer = string.replace(mlist.msg_footer % d, '\r\n', '\n')
 TypeError: not enough arguments for format string

You have an error in the text of your footer, probably a character that
needs to be escaped.

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py