[Mailman-Users] Personalization - How do I explicitly disableSender field rewrite

Mark Sapiro mark at msapiro.net
Fri Nov 20 00:33:10 CET 2009


Tim Van Dyne wrote:

>I'm assuming I would change $prefix/Mailman/Handlers/Cleanse.py somehow
>then.
>So, of this, what would I change?:
>
[...]
>        msg['From'] = formataddr((i18ndesc, mlist.GetListEmail()))



Change the above line to

        msg['From'] = mlist.GetListEmail()

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list