[Mailman-Users] Character encoding problems with digest option

Tokio Kikuchi tkikuchi at is.kochi-u.ac.jp
Mon Sep 1 02:54:23 CEST 2003


Hi,

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/





More information about the Mailman-Users mailing list