[ mailman-Bugs-755190 ] ASCII decoding error: mailpasswds

SourceForge.net noreply at sourceforge.net
Tue Jun 17 10:09:47 EDT 2003


Bugs item #755190, was opened at 2003-06-16 04:37
Message generated for change (Comment added) made by bwarsaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=755190&group_id=103

Category: None
>Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Peer Heinlein (pheinlein)
Assigned to: Nobody/Anonymous (nobody)
Summary: ASCII decoding error: mailpasswds

Initial Comment:
 
We still have a *LOT* of those "ASCII decoding errors". Here`s 
a new one -- it isn`t possible to send out password reminders 
any more: 
 
ilpostino:/etc # /usr/lib/mailman/cron/mailpasswds 
Traceback (most recent call last): 
  File "/usr/lib/mailman/cron/mailpasswds", line 226, in ? 
    main() 
  File "/usr/lib/mailman/cron/mailpasswds", line 202, in main 
    text += (header + '\n' + NL.join(table)) 
UnicodeError: ASCII decoding error: ordinal not in range(128) 
 
Maybe it depends to # 755 188 
 
Peer 
 

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

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2003-06-17 12:09

Message:
Logged In: YES 
user_id=12800

This is related to 755188 but it's a different bug (as that
one's been fixed).  I believe this one is triggered by
having an address in the member database that is a unicode
object, not a string object.  The address contains only
ascii characters though.

The fix for 755188 was to addr.encode() before putting it in
the admin.py table.  The fix for this one might be similar.

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

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



More information about the Mailman-coders mailing list