[Mailman-Developers] [ mailman-Bugs-660675 ] special characters in realnames

SourceForge.net noreply at sourceforge.net
Thu Jan 16 07:54:20 EST 2003


Bugs item #660675, was opened at 2003-01-01 15:02
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=660675&group_id=103

Category: None
Group: 2.1 (stable)
Status: Open
Resolution: None
>Priority: 8
Submitted By: Peer Heinlein (pheinlein)
Assigned to: Nobody/Anonymous (nobody)
Summary: special characters in realnames

Initial Comment:
Mailman crashs when realnames of members include 
special language-specifc characters like german 
"Umlaute" (äöüß). 
 
Traceback (most recent call last): 
  File "/usr/lib/mailman/bin/list_members", line 232, in ? 
    main() 
  File "/usr/lib/mailman/bin/list_members", line 207, in 
main 
    s = formataddr((name, addr)).encode(enc, 'replace') 
UnicodeError: ASCII decoding error: ordinal not in 
range(128) 
 
It isn`t possible to get a list of all members of this list with 
list_members or a who command. 
 
Mailman has to be able to handle other signs then A-Z 
and 0-9 in realnames and mailaddresses. 
 
Peer 
 

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

>Comment By: Peer Heinlein (pheinlein)
Date: 2003-01-16 16:54

Message:
Logged In: YES 
user_id=581680

Using the actual CVS-checkout I still have problems with that. 
Because of that a lot of list`s doesn`t work properly and mails 
are shunted. Is it pssoible to clear that problem with a fast fix? 
 
Peer 
 

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

Comment By: Jorge Becerra (jlbpcuba)
Date: 2003-01-07 23:03

Message:
Logged In: YES 
user_id=680844

I think that the bug is on python itself, because is suppossed that 
encode(enc, 'replace')  show no errors at all according to 
http://www.reportlab.com/i18n/python_unicode_tutorial.html

 
But is the middle i remove from the code and works ok.
 .encode(enc, 
'replace')


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

Comment By: Jorge Becerra (jlbpcuba)
Date: 2003-01-07 23:03

Message:
Logged In: YES 
user_id=680844

I think that the bug is on python itself, because is suppossed that 
encode(enc, 'replace')  show no errors at all according to 
http://www.reportlab.com/i18n/python_unicode_tutorial.html

 
But is the middle i remove from the code that and works ok.
 
.encode(enc, 'replace')


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

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



More information about the Mailman-Developers mailing list