[ mailman-Bugs-660675 ] special characters in realnames

SourceForge.net noreply at sourceforge.net
Wed Apr 2 21:42:13 EST 2003


Bugs item #660675, was opened at 2003-01-01 09: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: Closed
>Resolution: Fixed
Priority: 9
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: Barry A. Warsaw (bwarsaw)
Date: 2003-04-03 00:42

Message:
Logged In: YES 
user_id=12800

I believe this is now fixed.  If not, Peer please let me know!


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

Comment By: Peer Heinlein (pheinlein)
Date: 2003-01-29 13:06

Message:
Logged In: YES 
user_id=581680

Hi Barry!  
 
This problem is really old now, I wrote it to you many weeks 
ago. It`s a *hugh* daily problem on our server and I really 
have to solve this problem and can`t wait any more! 
 
It is a middle-big problem that "who" and "list_members" 
doesn`t work, because the listowners aren't able to extract their 
own listmembers into a file or a seperate list. 
 
I have over 75.000 users in our mailinglists and there is no 
chance to have a working membership-management without 
the possibility to extract the membership-lists to work with! 
 
And it is a *hugh* problem, that the daily 
heldmessages-reminders to the admins don`t work! The daily 
cronjob to send out those reminders dies every day with this 
ASCII decoding error. And IT IS a problem, when no 
held-messages-reminders are available for a lot of weeks now! 
and heldmessage-management isn`t working correctly! We 
have to handle about 2000 - 4000 held messages in out lists! 
 
Please: Could you solve this problem in the really near future 
and give them a higher precedence?   
 
You know, I`ll help you and I`ll send you all the files you`ll 
possible need to debug an dtrace this error! 
 

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

Comment By: Peer Heinlein (pheinlein)
Date: 2003-01-16 10: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 17: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 17: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-coders mailing list