[ mailman-Bugs-971957 ] Uncaught runner exception

SourceForge.net noreply at sourceforge.net
Fri Jul 30 15:42:23 CEST 2004


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

Category: mail delivery
Group: 2.1 (stable)
Status: Open
Resolution: None
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: Tommi Tervo (tomtervo)
Date: 2004-07-30 16: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