[Mailman-Users] UnicodeError: ASCII decoding error: ordinal not in range(128) in Decorate.py, line 99

Gerhard Killesreiter killesreiter at physik.uni-freiburg.de
Fri Dec 31 03:18:18 CET 2004


Hi there!

I get the above mentioned error in my mailman installation. The complete
trackback is:

Dec 31 02:42:28 2004 (23865) Uncaught runner exception: ASCII decoding
error: ordinal not in range(128) Dec 31 02:42:28 2004 (23865) Traceback
(most recent call last):
  File "/usr/local/stow/mailman-cvs/lib/mailman/Mailman/Queue/Runner.py",
line 111, in _oneloop
    self._onefile(msg, msgdata)
  File "/usr/local/stow/mailman-cvs/lib/mailman/Mailman/Queue/Runner.py",
line 167, in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File
"/usr/local/stow/mailman-cvs/lib/mailman/Mailman/Queue/OutgoingRunner.py",
line 73, in _dispose
    self._func(mlist, msg, msgdata)
  File
"/usr/local/stow/mailman-cvs/lib/mailman/Mailman/Handlers/SMTPDirect.py",
line 131, in process
    Decorate.process(mlist, msg, msgdata)
  File
"/usr/local/stow/mailman-cvs/lib/mailman/Mailman/Handlers/Decorate.py", line 99, in process
    ufooter = unicode(footer, lcset)

UnicodeError: ASCII decoding error: ordinal not in range(128)

The mailman-Install is a rather recent CVS checkout. The code in line 99
is:
        ufooter = unicode(footer, lcset)

There might be an Umlaut in the footer causing this, but then all my lists
have that.
Any help is appreciated.

Cheers,
	Gerhard



More information about the Mailman-Users mailing list