We have about 600 list running on a RH Linux box with Postfix and Mailman 2.1.4.  

Since we have upgraded to the new version from v2.0.8 we have no been able to 
successfully send a monthly membership reminder to our entire membership.  It has 
bombed at various points during the run.  Below is an error I got when trying to run 
it the last time.  It looks like it has something to do with languages, and I have 
seen some "UnicodeError: ASCII encoding error: ordinal not in range(128)" errors in 
the logs from time to time as well.

Can someone put me on track to getting this fixed?

Thanks in advance.

Tim


Traceback (most recent call last):
  File "/var/mailman/cron/mailpasswds", line 238, in ?
    main()
  File "/var/mailman/cron/mailpasswds", line 218, in main
    i18n.set_language(poplang)
  File "/var/mailman/Mailman/i18n.py", line 35, in set_language
    language)
  File "/usr/lib/python2.2/gettext.py", line 248, in translation
    t = _translations.setdefault(key, class_(open(mofile, 'rb')))
  File "/usr/lib/python2.2/gettext.py", line 106, in __init__
    self._parse(fp)
  File "/usr/lib/python2.2/gettext.py", line 180, in _parse
    k, v = item.split(':', 1)
ValueError: unpack list of wrong size 

------------------------------------------------------
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/

Reply via email to