After upgrading, I am now getting the following error using list_members:
Traceback (most recent call last):
File "./list_members", line 232, in ?
main()
File "./list_members", line 207, in main
s = formataddr((name, addr)).encode(enc, 'replace')
UnicodeError: ASCII decoding error: ordinal not in range(128)

This happens whether I use the existing config.db file or if I use list_members from 2.0.x to dump all the users, then use add_members to add them to a new list. Again, list_members works as expected under 2.0.x, but not under 2.1. Has anyone seen this before? Does anyone know of any workarounds?

I need list_members to be working for arbitrary list splitting.

The list has almost 600k members which may be causing the problem, but it worked fine in 2.0.x. Any help would be appreciated.

Thanks

s

Scott R. Every mailto:[EMAIL PROTECTED]
Blast Inc. http://www.blast.com
1-800-24-BLAST ext 543

------------------------------------------------------
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to