Paul Tomblin wrote:

>Quoting Barry Warsaw ([EMAIL PROTECTED]):
>> 
>> It already does escape From lines in the body of the message.  It  
>> does this by way of the email package's Generator class, which is  
>> instantiated with mangle_from_=True.
>
>Must be a newer version than the one in Debian stable.   I grepped for
>"mangle" in /var/lib/mailman/Mailman/*, and didn't find it.  The parameter
>does appear in /usr/lib/python2.3/email/Generator.py, but since I don't
>know python I don't know how to pass it to it.  I'm guessing it has
>something to do with changing the "g = Generator(fp)" and "g =
>Generator(outfp)" lines in Mailman/ListAdmin.py or more likely the "g =
>Generator(self.fp)" line in Mailman/Mailbox.py?  Is it as simple as
>changing that last one to "g = Generator(self.fp,mangle_from_=True)"?


Yes it is.

And I think Barry may have misspoken as I don't think that change is in
the SVN trunk or Release_2_1-maint branch.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to