Re: [Mailman-Users] UnicodeDecodeError: 'ascii' codec can't decode byte

2007-03-21 Thread Steve Burling
--On March 21, 2007 7:07:04 AM -0700 Mark Sapiro <[EMAIL PROTECTED]> wrote: > However, that response was to a specific occurrence of this exception > in Decorate.py. If you are seeing this exception with a different > traceback, changing the language character set won't eliminate the > exception.

Re: [Mailman-Users] UnicodeDecodeError: 'ascii' codec can't decode byte

2007-03-21 Thread Mark Sapiro
Steve Burling wrote: >Almost a year ago, in >, >Mark Sapiro wrote (in response to a question about this error): > >> This error caused the message to be shunted (placed in the shunt >> queue). You can run bin/unshunt to repro

[Mailman-Users] UnicodeDecodeError: 'ascii' codec can't decode byte

2007-03-21 Thread Steve Burling
Almost a year ago, in , Mark Sapiro wrote (in response to a question about this error): > This error caused the message to be shunted (placed in the shunt > queue). You can run bin/unshunt to reprocess the message, but unless

Re: [Mailman-Users] UnicodeDecodeError: 'ascii' codec can't decode byte

2005-04-07 Thread Mark Sapiro
Richard Pyne wrote: >I'm seeing a problem where messages get in to mailman, and into >the archives, but never get sent. When this happens I see this >in the error log: > > File "/usr/local/mailman/Mailman/Handlers/Decorate.py", line >95, in process >payload = header + frontsep + oldpayloa

[Mailman-Users] UnicodeDecodeError: 'ascii' codec can't decode byte

2005-04-07 Thread Richard Pyne
I'm seeing a problem where messages get in to mailman, and into the archives, but never get sent. When this happens I see this in the error log: Apr 07 22:14:30 2005 (2477) Uncaught runner exception: 'ascii' codec can't decode byte 0x92 in position 291: ordinal not in range(128) Apr 07 22:14:3