[Mailman-Users] Error msg for one list, can't fix
Kevin McCann
kmccann at cruciverb.com
Tue Oct 25 22:29:04 CEST 2005
I have a problem similar to the one posted by Doc Schneider a few days
ago, but I have not been able to fix things. I have this in logs/errors:
--------------------
Oct 25 15:22:15 2005 (9353) Uncaught runner exception: ASCII encoding
error: ordinal not in range(128)
Oct 25 15:22:15 2005 (9353) Traceback (most recent call last):
File "/usr/local/mailman/Mailman/Queue/Runner.py", line 111, in _oneloop
self._onefile(msg, msgdata)
File "/usr/local/mailman/Mailman/Queue/Runner.py", line 167, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
File "/usr/local/mailman/Mailman/Queue/OutgoingRunner.py", line 73, in
_dispose
self._func(mlist, msg, msgdata)
File "/usr/local/mailman/Mailman/Handlers/SMTPDirect.py", line 152, in
process
deliveryfunc(mlist, msg, msgdata, envsender, refused, conn)
File "/usr/local/mailman/Mailman/Handlers/SMTPDirect.py", line 285, in
verpdeliver
Decorate.process(mlist, msgcopy, msgdata)
File "/usr/local/mailman/Mailman/Handlers/Decorate.py", line 58, in
process
username = username.encode(Utils.GetCharSet(d['user_language']))
UnicodeError: ASCII encoding error: ordinal not in range(128)
--------------------
As per Mark Sapiro's directions, which helped Doc, I did the following:
1) shut down the Mailman qrunner
2) edited private/mylist.mbox/mylist.mbox (I removed all messages since
before the last successfully delivered message)
3) removed all files from qfiles/shunt
4) did bin/arch -wipe mylist
5) restarted Mailman
6) sent a test message
The test message gave me the error messages shown above.
Ideas?
- Kevin
More information about the Mailman-Users
mailing list