I'm running Mailman 2.1.5 on a Debian 3.1 box. In the last few days, I'm getting an increasing number of messages shunted, with error logs that look like:
> Jan 30 23:10:53 2007 (3315) Uncaught runner exception: decoding Unicode is not supported > Jan 30 23:10:53 2007 (3315) Traceback (most recent call last): > File "/var/lib/mailman/Mailman/Queue/Runner.py", line 111, in _oneloop > self._onefile(msg, msgdata) > File "/var/lib/mailman/Mailman/Queue/Runner.py", line 167, in _onefile > keepqueued = self._dispose(mlist, msg, msgdata) > File "/var/lib/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispose > more = self._dopipeline(mlist, msg, msgdata, pipeline) > File "/var/lib/mailman/Mailman/Queue/IncomingRunner.py", line 153, in _dopipeline > sys.modules[modname].process(mlist, msg, msgdata) > File "/var/lib/mailman/Mailman/Handlers/ToDigest.py", line 91, in process > send_digests(mlist, mboxfp) > File "/var/lib/mailman/Mailman/Handlers/ToDigest.py", line 132, in send_digests > send_i18n_digests(mlist, mboxfp) > File "/var/lib/mailman/Mailman/Handlers/ToDigest.py", line 306, in send_i18n_digests > msg = scrubber(mlist, msg) > File "/var/lib/mailman/Mailman/Handlers/Scrubber.py", line 318, in process > partcharset = part.get_content_charset() > File "email/Message.py", line 800, in get_content_charset > TypeError: decoding Unicode is not supported > > Jan 30 23:10:53 2007 (3315) SHUNTING: 1170193244.4528749+524dabeddb1737e4b548d3ad0d7c3d9bd2c7c1a0 I have no idea why messages might have unicode in them. This machine has the following python modules: python-central 0.5.12 python-minimal 2.4.4-1 python2.3 2.3.5-16 python2.4 2.4.4-1 python2.4-minimal 2.4.4-1 I'm not aware of any config changes that have been made to this machine recently. Two questions: 1) How do I get the shunted messages cleared? What has to happen before I run unshunt? 2) What do I need to do to clear the problem that is causing shunting? Smith Composed by sacbeemail. Get Your Free E-mail at http://www.sacbeemail.com . Or visit Northern Californias premiere news and information website at http://www.sacbee.com . ------------------------------------------------------ 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 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&file=faq01.027.htp
