I suppose some member having latin-1 character in his fullname
and your list preferred language is english.
You may want to override the list preferred charset by putting
following lines in mm_cfg.py

def _(s):
    return s
LC_DESCRIPTIONS['en'] = ( _('English (USA)'), 'iso-8859-1' )
del s

or if you don't care the translation, simply
LC_DESCRIPTIONS['en'] = ( 'English (International)', 'iso-8859-1')

This will eliminate errors but still you will get unprintable
charcters in '?'. If you need it printed, hack.

Tokio

NOW Website Coordinator wrote:
I also am having a problem with list_members in 2.1.1. I got the following traceback when I use list_members -f :


Traceback (most recent call last):
File "/usr/local/mailman/bin/list_members", line 232, in ?
main()
File "/usr/local/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 works if I don't use the "-f" option, but I need that option.

I found a previous person having this problem as well, but not really a solution:

http://www.mail-archive.com/[email protected]/msg15361.html

check_db does not report any errors on this list.

Ideas?



------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [email protected]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to