Hi,
Guillaume Rousse wrote:
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 ?
You will become happier if you apply the patch.
In latter case, why does it not also include
this part ?
It came after I last
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
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, tk