Doc Schneider wrote: >I'm getting this error in logs/error > >Oct 23 22:55:22 2005 (20244) Uncaught runner exception: 'ascii' codec >can't decode byte 0xa0 in position 35: ordinal not in range(128) > >And qfiles/shunt is catching a lot of messages in it.
There is a message with a non-ascii character (hex code a0 = iso-8859-1 small a acute), probably in a header. This could be in a series of incoming messages, but more likely it is in a list's lists/listname/digest.mbox file. To be more specific, we need to see the traceback associated with the above error. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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
