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

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to