Thanks Mark.
I did comment these lines and works perfect.
Thanks again for all help.
---
MSC
From: Mark Sapiro [mailto:m...@msapiro.net]
Sent: Tue 5/26/2009 1:22 PM
To: Infokeep - Mario Sergio; mailman-users@python.org
Subject: Re: [Mailman-Users] RES
Infokeep - Mario Sergio wrote:
>
>I looked the Cleanse.py file and I found something like this:
>
># Some headers can be used to fish for membership
>del msg['return-receipt-to']
>del msg['disposition-notification-to']
>del msg['x-confirm-reading-to']
>
>In this case, Do I need only
Mark,
I looked the Cleanse.py file and I found something like this:
# Some headers can be used to fish for membership
del msg['return-receipt-to']
del msg['disposition-notification-to']
del msg['x-confirm-reading-to']
In this case, Do I need only comment this lines? Or I need to