Calvin Muller wrote: >I'm trying to use Mailman on an Ubuntu 6.10 system with Postfix but when I >send mails it gets sent to the shunt folder, and if I try run the unshunt >command I get the following error in the /var/log/mailman/error > >Apr 15 00:42:40 2007 (21596) send_digests() failed: us-ascii >Apr 15 00:42:41 2007 (21593) uncaught archiver exception at filepos: 0 >Apr 15 00:42:41 2007 (21593) Uncaught runner exception: us-ascii >Apr 15 00:42:41 2007 (21593) Traceback (most recent call last): > File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 111, in _oneloop <snip> > File "email/Message.py", line 218, in set_payload > File "email/Message.py", line 242, in set_charset >TypeError: us-ascii > >Apr 15 00:42:41 2007 (21593) SHUNTING: >1176590559.6214781+80fc2b5dadb33ed764461f
See the thread at <http://mail.python.org/pipermail/mailman-users/2007-April/056531.html>. This is a bug in Python's email library version 4.0.1, but the problem in your case, is your Mailman package does not contain the email library in Mailman's pythonlib/ directory. There should be an email 2.5.x (depending on Mailman version) library in Mailman's pythonlib/. This is a packaging issue. -- 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&file=faq01.027.htp