Guillaume Rousse wrote:
File "/var/lib/mailman/Mailman/Handlers/Scrubber.py", line 316, in process
t = unicode(t, 'ascii', 'replace').encode('ascii')
Find above line and change to t = unicode(t, 'ascii', 'replace')
Encode will be done more safely in later part.
-- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/
------------------------------------------------------ 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
