[Mailman-Users] Character encoding problems with digest option

Guillaume Rousse rousse at ccr.jussieu.fr
Fri Sep 5 00:13:46 CEST 2003


Ainsi parlait Tokio Kikuchi :
> 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.
Thanks for your reply, it worked.

Does it means that this change is enough to fix the problem, or is your 
Scrubber.py patch also needed ? In latter case, why does it not also include 
this part ?
-- 
Guillaume Rousse
Men's desire for sex sometimes results in intimacy. 
Women's desire for intimacy often results in sex. 
		-- The Unintended Result





More information about the Mailman-Users mailing list