[ mailman-Bugs-1158907 ] mail delivery stops - version 2.1.6b4

SourceForge.net noreply at sourceforge.net
Tue Mar 8 11:16:48 CET 2005


Bugs item #1158907, was opened at 2005-03-08 09:35
Message generated for change (Comment added) made by tkikuchi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1158907&group_id=103

Category: mail delivery
Group: 2.1 beta
Status: Open
Resolution: None
Priority: 5
Submitted By: Nikolaus Tittler (ntittler)
Assigned to: Nobody/Anonymous (nobody)
Summary: mail delivery stops - version 2.1.6b4

Initial Comment:
Hi,

after 2 mails sent out, maildelivery stops.

mailman version 2.1.6b4



Mar 08 10:23:41 2005 (3289) Uncaught runner exception:
'ascii' codec can't encode character u'\xf6' in
position 6: ordinal not in range(128)
Mar 08 10:23:41 2005 (3289) Traceback (most recent call
last):
  File "/var/mailman/Mailman/Queue/Runner.py", line
111, in _oneloop
    self._onefile(msg, msgdata)
  File "/var/mailman/Mailman/Queue/Runner.py", line
167, in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File "/var/mailman/Mailman/Queue/OutgoingRunner.py",
line 73, in _dispose
    self._func(mlist, msg, msgdata)
  File "/var/mailman/Mailman/Handlers/SMTPDirect.py",
line 152, in process
    deliveryfunc(mlist, msg, msgdata, envsender,
refused, conn)
  File "/var/mailman/Mailman/Handlers/SMTPDirect.py",
line 285, in verpdeliver
    Decorate.process(mlist, msgcopy, msgdata)
  File "/var/mailman/Mailman/Handlers/Decorate.py",
line 58, in process
    username =
username.encode(Utils.GetCharSet(d['user_language']))
UnicodeEncodeError: 'ascii' codec can't encode
character u'\xf6' in position 6: ordinal not in range(128)

Mar 08 10:23:41 2005 (3289) SHUNTING:
1110273819.2868969+cb5b8ee1458cd70644e5b6d479ca20a59debda3a


Now I also know why ;-)

There was an "ö" in a member name. I had also the same
Problem signing up in the web interface if there was an
"ö" in the name.




----------------------------------------------------------------------

>Comment By: Tokio Kikuchi (tkikuchi)
Date: 2005-03-08 10:16

Message:
Logged In: YES 
user_id=67709

workaround: Set this member's language other than english,
or re-define your server's language charset from English --
us-ascii to English -- iso-8859-1. You can set this in
mm_cfg.py; see Defaults.py for detail.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1158907&group_id=103


More information about the Mailman-coders mailing list