31-Dec-03 at 11:31, Sean ([EMAIL PROTECTED]) wrote : > I'm running Mailman 2.1.3 on a FreeBSD 4.6 box. I tried to run the > sync_members script and got this error: > > # ~mailman/bin/sync_members -n -f > File "/usr/mailman/bin/sync_members", line 277, in main > s = email.Utils.formataddr((name, addr)).encode(enc, 'replace') > UnicodeError: ASCII decoding error: ordinal not in range(128) > > I'm not sure that the error mesasge means or what cause it. Any ideas?
It's usually caused by ASCII characters with the high bit set, e.g. above 128 in decimal code - foreign accents, certain punctuation characters, etc... is there anything like that in your file or db? -- Simon White. Internet Consultant, Linux/Windows Server Administration. email, dns and web servers; php javascript perl asp; MySQL MSSQL Access Bridging the gap between management, HR and the tech team. ------------------------------------------------------ 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