LookupError: unknown encoding: X-UNKNOWN
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Mailman |
New
|
Medium
|
Unassigned |
Bug Description
Our site encounters the following problem.
mailman-2.1.2 installed from OpenBSD ports.
Traceback (most recent call last):
File "/usr/local/
main()
File "/usr/local/
in main
mlist.
File "/usr/local/
60, in send_digest_now
ToDigest.
File
"/usr/local/
130, in send_digests
send_
File
"/usr/local/
303, in send_i18n_digests
msg = scrubber(mlist, msg)
File
"/usr/local/
257, in process
url = save_attachment
File
"/usr/local/
348, in save_attachment
fnext = os.path.
File "/usr/local/
line 707, in get_filename
return unicode(
LookupError: unknown encoding: X-UNKNOWN
[http://
It's quite unpleasant to recieve this mail daily. In
addition there was a local mailing list to which no mail was
delivered until digests to this list was turned off.
Last day I have upgraded to mailman 2.1.3 and the last lines
of the traceback changed:
File "/usr/local/ mailman/ pythonlib/ email/Message. py", line newvalue[ 2], newvalue[0] or 'us-ascii')
714, in get_filename
return unicode(
LookupError: unknown encoding: X-UNKNOWN