[Mailman-Developers] email2.4.3

Fil fil@rezo.net
Sun Oct 20 20:40:27 2002


> 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):

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

But I'm still getting this traceback quite often:

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

-- Fil