Jim Savoy wrote:
>
>   The error message we get is:
>
>==========================================================
>
>  Mar 23 12:37:33 2006 (19290) Uncaught runner exception: unpack list of 
>wrong size
>                       .
>                       .
>                       .
> File "/mail/mailman/pythonlib/email/Utils.py", line 337, in decode_params
>     charset, language, value = decode_rfc2231(EMPTYSTRING.join(value))
>   File "/mail/mailman/pythonlib/email/Utils.py", line 284, in 
>decode_rfc2231
>     charset, language, s = parts
> ValueError: unpack list of wrong size
>========================================================

It appears that the message has a malformed rfc-2231
<http://www.faqs.org/rfcs/rfc2231.html> encoded header or some header
with exactly one single quote "'" character that's being misidentified
as an RFC-2231 encoded header.

Beyond that, it would help to see the rest of the traceback to see how
we got here.

Also, can you do either bin/dumpdb or bin/show_qfiles on the shunt
queue entry and perhaps see what the problem with the message is?

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to