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


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

Reply via email to