[Mailman-Users] cron/senddigests - error
Stephen J. Turnbull
stephen at xemacs.org
Thu Feb 7 19:07:41 CET 2008
Con Wieland writes:
> File "/usr/local/mailman/pythonlib/email/Utils.py", line 337, in
> decode_params
> charset, language, value = decode_rfc2231(EMPTYSTRING.join(value))
> File "/usr/local/mailman/pythonlib/email/Utils.py", line 284, in
> decode_rfc2231
> charset, language, s = parts
> ValueError: unpack list of wrong size
RFC 2231 is not easy to implement. ISTR a bug in our decoder meant
that it was not robust to incorrectly-formed parameters (usually in
name and file parameters of Content-Disposition), but that it was
fixed in 2.1.9 or so.
What version of Mailman are you running?
More information about the Mailman-Users
mailing list