Quoting Barry Warsaw ([EMAIL PROTECTED]):
> On Dec 7, 2006, at 6:35 PM, Paul Tomblin wrote:
> >Speaking of which, is there any way to modify Mailman so that when  it
> >puts a mail message in the mbox, it pre-escapes the "^From " lines in
> >the message?  Mailman knows the message boundaries at that point, so it
> >would be nice if it were to put it in a format that bin/arch can
> >handle.
> 
> 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)"?

-- 
Paul Tomblin <[EMAIL PROTECTED]> http://blog.xcski.com/
Do you have a point, or are you saving it for a special occasion?
              -- David P. Murphy
------------------------------------------------------
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