Mark Sapiro wrote:
> Whitcomb, Jeff wrote:

>> I am wondering if there is any way I can stop getting
>> all these Read Receipt messages when people send an email to a Mailman
>> list, without turning off bounce processing all together.
> 
> 
> This is just one more reason why "Read Receipts" are bad.
> 

What exactly is the header name?  We already strip these headers by 
Mailman/Handlers/Cleanse.py:

    # 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']

It should not be difficult to add one or more in the next release.

-- 
Tokio Kikuchi, [EMAIL PROTECTED]
http://weather.is.kochi-u.ac.jp/
------------------------------------------------------
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&file=faq01.027.htp

Reply via email to