[Mailman-Developers] email2.4.3

Barry A. Warsaw barry@python.org
Mon Oct 21 20:32:08 2002


>>>>> "fil" ==   <fil@rezo.net> writes:

    >> Then I get this when I 'make install' mailman :
    >> /usr/local/mailman/pythonlib/korean/python/hangul.py:271:
    >> SyntaxWarning: local name 'kwargs' in 'format' shadows use of
    >> 'kwargs' as global in nested scope 'lambda' def format(fmtstr,
    >> *args, **kwargs):

    fil> Seems like this was coming from not having rerun 'configure'

Ah.

    fil> But I'm still getting this traceback quite often:

    fil> Oct 20 21:38:46 2002 (6966) Uncaught runner exception: ASCII
    fil> decoding error: ordinal not in range(128) Oct 20 21:38:46
    fil> 2002 (6966) Traceback (most recent call last):
    fil>   File "/usr/local/mailman/Mailman/Queue/Runner.py", line
    fil> 105, in _oneloop self._onefile(msg, msgdata) File
    fil> "/usr/local/mailman/Mailman/Queue/Runner.py", line 154, in
    fil> _onefile keepqueued = self._dispose(mlist, msg, msgdata) File
    fil> "/usr/local/mailman/Mailman/Queue/CommandRunner.py", line
    fil> 207, in
    fil> _dispose
    fil>     res.send_response() File
    fil> "/usr/local/mailman/Mailman/Queue/CommandRunner.py", line
    fil> 159, in
    fil> send_response
    fil>     _('The results of your email commands')) File
    fil> "/usr/local/mailman/Mailman/Message.py", line 203, in
    fil> __init__ self['Subject'] = Header(subject, charset,
    fil> header_name='Subject') File
    fil> "/usr/local/mailman/pythonlib/email/Header.py", line 164, in
    fil> __init__ self.append(s, charset) File
    fil> "/usr/local/mailman/pythonlib/email/Header.py", line 224, in
    fil> append unicode(s, charset.get_output_charset())
    fil> UnicodeError: ASCII decoding error: ordinal not in range(128)

Can you explain what you're doing to provide these errors?  E.g. what
commands are you sending, and what language is your list set to?

-Barry