Ashley M. Kirchner wrote:
>
>    I'm helping a customer set up three new lists and am running against 
>a small issue.  I have OWNERS_CAN_ENABLE_PERSONALIZATION turned on and 
>when we send a message to the list address, the message has:
>
>    Subject: [whatever subject]
>    From: <whoever posted the message>
>    Sender: <[EMAIL PROTECTED]>
>    Reply-To: <the explicit reply-to we set>
>    Date: <posted date>
>    To: <[EMAIL PROTECTED]>
>    CC: <[EMAIL PROTECTED]>
>
>    How do I get rid of the Sender and CC lines?


The Sender: header with listname-bounces is in every post sent by
Mailman whether personalized or not. Whether or not and how you see it
depends on the MUA (email client) you use to read the message. See
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq02.003.htp>.
You can remove it only by hacking Mailman/Handlers/SMTPDirect.py as
mentioned in the FAQ. 

The Cc: listname is intentionally added to facilitate replying to the
list. If you set reply_goes_to_list to 'this list' (not recommended)
or set anonymous_list to 'yes' it won't be added, but otherwise, you
can only remove it by modifying Mailman/Handlers/CookHeaders.py.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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