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

Tim Van Dyne Tim.VanDyne at valleyair.org
Fri Nov 20 01:52:55 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()

Right before you sent that out I found the same exact thing here:
http://mail.python.org/pipermail/mailman-users/2003-October/032475.html

Thanks so much for the help. Problem solved.


More information about the Mailman-Users mailing list