[Mailman-Users] TypeError: decoding Unicode is not supported
Henry Olders
henry.olders at mcgill.ca
Tue Oct 12 05:35:29 CEST 2004
After a couple of months with no problems, today my messages to a
mailing list appear to be getting turfed by mailman.
Mailman 2.1.1, yellow dog linux 3.0.1, postfix
Maillog indicates the message goes to Mailman.
The Mailman error log has:
Oct 11 22:50:15 2004 (953) Uncaught runner exception: decoding Unicode
is not supported
Oct 11 22:50:15 2004 (953) Traceback (most recent call last):
File "/var/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop
self._onefile(msg, msgdata)
File "/var/mailman/Mailman/Queue/Runner.py", line 155, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
File "/var/mailman/Mailman/Queue/IncomingRunner.py", line 130, in
_dispose
more = self._dopipeline(mlist, msg, msgdata, pipeline)
File "/var/mailman/Mailman/Queue/IncomingRunner.py", line 153, in
_dopipeline
sys.modules[modname].process(mlist, msg, msgdata)
File "/var/mailman/Mailman/Handlers/ToDigest.py", line 82, in process
send_digests(mlist, mboxfp)
File "/var/mailman/Mailman/Handlers/ToDigest.py", line 123, in
send_digests
send_i18n_digests(mlist, mboxfp)
File "/var/mailman/Mailman/Handlers/ToDigest.py", line 295, in
send_i18n_digests
msg = scrubber(mlist, msg)
File "/var/mailman/Mailman/Handlers/Scrubber.py", line 302, in process
t = unicode(t, partcharset, 'replace')
TypeError: decoding Unicode is not supported
Oct 11 22:50:15 2004 (953) SHUNTING:
1097549411.6966131+fe5fc52ebfd7a4802fc46c4531fbb43bf861986e
the message I'm trying to post comes from Mail 1.3.9, Mac OS 10.3.5,
with mail preferences set to use plain text for message composition. I
don't understand where the unicode is supposed to be coming from.
Any help appreciated!
Henry
More information about the Mailman-Users
mailing list