[ mailman-Bugs-971957 ] Uncaught runner exception

SourceForge.net noreply at sourceforge.net
Wed Nov 23 07:00:07 CET 2005


Bugs item #971957, was opened at 2004-06-12 20:36
Message generated for change (Comment added) made by msapiro
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=971957&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: mail delivery
Group: 2.1 (stable)
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: John Distler (jd_waverly)
Assigned to: Nobody/Anonymous (nobody)
Summary: Uncaught runner exception

Initial Comment:
In 2.1.5 Apparently some email message characters can 
crash the Runner.py.  I have inserted $mailman in place 
of my mailman path in the message below from 
$mailman/logs/error


Jun 12 01:25:48 2004 (16604) Uncaught runner 
exception: ASCII decoding error: ordinal not in range
(128)
Jun 12 01:25:48 2004 (16604) Traceback (most recent 
call last):
  File "$mailman/Mailman/Queue/Runner.py", line 111, in 
_oneloop
    self._onefile(msg, msgdata)
  File $mailman/Mailman/Queue/Runner.py", line 167, in 
_onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File "$mailman/Mailman/Queue/CommandRunner.py", 
line 223, in _dispose
    res = Results(mlist, msg, msgdata)
  File "$mailman/Mailman/Queue/CommandRunner.py", 
line 77, in __init__
    subj = make_header(decode_header
(subj)).__unicode__()
  File "$mailman/pythonlib/email/Header.py", line 144, in 
make_header
    h.append(s, charset)
  File "$mailman/pythonlib/email/Header.py", line 272, in 
append
    ustr = unicode(s, incodec, errors)
UnicodeError: ASCII decoding error: ordinal not in range
(128)


----------------------------------------------------------------------

>Comment By: Mark Sapiro (msapiro)
Date: 2005-11-22 22:00

Message:
Logged In: YES 
user_id=1123998

gray-john wrote:
>
>I'm seeing this in 2.1.6 as well.  We are running Debian
>Sarge.  Any word on getting this resolved?  

This error was fixed in source in 2.1.6 by catching and
passing the UnicodeError exception. See bug 909490 which is
the same problem.

If you are seeing this error in 2.1.6, it must be coming
from somewhere other than CommandRunner calling make_header.

I suggest you try to get a resolution by posting your
specific error trace to mailman-users at python.org.

I'm closing this report.

----------------------------------------------------------------------

Comment By: John Gray (gray-john)
Date: 2005-11-22 15:31

Message:
Logged In: YES 
user_id=392368

I'm seeing this in 2.1.6 as well.  We are running Debian
Sarge.  Any word on getting this resolved?  

----------------------------------------------------------------------

Comment By: Tommi Tervo (tomtervo)
Date: 2004-07-30 06:42

Message:
Logged In: YES 
user_id=1094436

Do you need some additional information for debugging this
one, I've over 200 mails stuck on shunts. AFAIK this is
quite fatal bug, emails just disappear and nobody gets
notification.
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in
position 10: ordinal not in range(128)

Mailman 2.1.5 and python 2.3.4 on Solaris 8.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=971957&group_id=103


More information about the Mailman-coders mailing list