One of the lists I host on a mailman 2.0.13 installation fields discussions in Japanese. The value of autoresponse_postings_text is in a Japanese character set (ISO-2022-JP I believe) which, when parsed as if it was ASCII or ISO-8859-1, contains the string "%a".

When qrunner tries to autorespond to a posting on that list, it fails to handle it and logs the following error in the error log:

Apr 09 16:56:17 2004 (24333) Delivery exception: unsupported format character 'a' (0x61)
Apr 09 16:56:17 2004 (24333) Traceback (innermost last):
File "/var/mailman/Mailman/Handlers/HandlerAPI.py", line 82, in do_pipeline
func(mlist, msg, msgdata)
File "/var/mailman/Mailman/Handlers/Replybot.py", line 78, in process
text = mlist.autoresponse_postings_text % d
ValueError: unsupported format character 'a' (0x61)


What can be done to fix this?

-myk


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