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

Richard Pyne rpyne at kinfolk.org
Fri Apr 8 06:54:45 CEST 2005


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:30 2005 (2477) Traceback (most recent call last):
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 111, 
in _oneloop
    self._onefile(msg, msgdata)
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 167, 
in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File "/usr/local/mailman/Mailman/Queue/OutgoingRunner.py", 
line 73, in _dispose
    self._func(mlist, msg, msgdata)
  File "/usr/local/mailman/Mailman/Handlers/SMTPDirect.py", line 
152, in process
    deliveryfunc(mlist, msg, msgdata, envsender, refused, conn)
  File "/usr/local/mailman/Mailman/Handlers/SMTPDirect.py", line 
285, in verpdeliver
    Decorate.process(mlist, msgcopy, msgdata)
  File "/usr/local/mailman/Mailman/Handlers/Decorate.py", line 
95, in process
    payload = header + frontsep + oldpayload + endsep + footer
UnicodeDecodeError: 'ascii' codec can't decode byte 0x92 in 
position 291: ordinal not in range(128)

Apr 07 22:14:32 2005 (2477) SHUNTING: 
1112933669.117754+96c37c2b0a5227c2d9e33ff582f5651df360473d


Any help in solving this will be greatly appreciated.

--Richard




More information about the Mailman-Users mailing list