[Mailman-Developers] Try 2: URGENT BREAKAGE: New unicode-related error with CVS

Dan Mick dan.mick at sun.com
Thu Feb 6 10:40:40 EST 2003


Sent this last night; haven't seen it on the list yet

Updated to CVS today, and now I'm seeing these; anyone else?
This seems to be stopping all traffic to the list


Feb 05 20:17:15 2003 (4633) Uncaught runner exception: ASCII decoding error: ordinal not in range(128)
Feb 05 20:17:15 2003 (4633) Traceback (most recent call last):
   File "/export/home/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop
     self._onefile(msg, msgdata)
   File "/export/home/mailman/Mailman/Queue/Runner.py", line 155, in _onefile
     keepqueued = self._dispose(mlist, msg, msgdata)
   File "/export/home/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispose
     more = self._dopipeline(mlist, msg, msgdata, pipeline)
   File "/export/home/mailman/Mailman/Queue/IncomingRunner.py", line 153, in _dopipeline
     sys.modules[modname].process(mlist, msg, msgdata)
   File "/export/home/mailman/Mailman/Handlers/ToDigest.py", line 79, in process
     send_digests(mlist, mboxfp)
   File "/export/home/mailman/Mailman/Handlers/ToDigest.py", line 120, in send_digests
     send_i18n_digests(mlist, mboxfp)
   File "/export/home/mailman/Mailman/Handlers/ToDigest.py", line 213, in send_i18n_digests
     addresses = getaddresses([lheader(msg.get('from', ''), lcset)])
   File "/export/home/mailman/Mailman/Handlers/ToDigest.py", line 372, in lheader
     h = make_header(decode_header(s), **kws)
   File "/export/home/mailman/pythonlib/email/Header.py", line 123, in make_header
     h.append(s, charset)
   File "/export/home/mailman/pythonlib/email/Header.py", line 230, in append
     ustr = unicode(s, incodec)
UnicodeError: ASCII decoding error: ordinal not in range(128)

Feb 05 20:17:15 2003 (4633) SHUNTING: 1044504218.645468+31ecfd687a04619284497495da50c740cbddf364




More information about the Mailman-Developers mailing list