ASCII decoding error: mailpasswds

Bug #265929 reported by Pheinlein-users
2
Affects Status Importance Assigned to Milestone
GNU Mailman
Fix Released
Medium
Unassigned

Bug Description

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

[http://sourceforge.net/tracker/index.php?func=detail&aid=755190&group_id=103&atid=100103]

Revision history for this message
Barry Warsaw (barry) wrote :

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.

Revision history for this message
Barry Warsaw (barry) wrote :

Fixed in mailpasswds 2.17

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.