Re: [Mailman-Users] Help! How to quell list address in personalised messages

2012-07-02 Thread Mark Sapiro
On 7/2/2012 8:02 AM, Geoff Shang wrote:
 
 But when I turned on full personalisation and got my Email address in
 the To field, the list address got sent in the Cc field.
 
 Is there any way I can stop this?   I want to keep people from trying to
 post to the list.  I will close other doors as well but there's really
 no need for people to see the list address.


This is intentional and by design to facilitate people replying to the
list even with full personalization.

If you don't want this, you need to modify
Mailman/Handlers/CookHeaders.py to not add the list posting address to
Cc: or add a custom handler following CookHeaders to remove it.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan



--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Help! How to quell list address in personalised messages

2012-07-02 Thread Geoff Shang

On Mon, 2 Jul 2012, Mark Sapiro wrote:


This is intentional and by design to facilitate people replying to the
list even with full personalization.


Yes but for an announcement-type list you don't want this.


If you don't want this, you need to modify
Mailman/Handlers/CookHeaders.py to not add the list posting address to
Cc: or add a custom handler following CookHeaders to remove it.


Thanks very much.  I just found the same advice you wrote two years ago at 
http://mail.python.org/pipermail/mailman-users/2010-April/069241.html


Lets see if I can do this without serious breakage.

Geoff.

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Help! How to quell list address in personalised messages

2012-07-02 Thread Mark Sapiro
Geoff Shang ge...@quitelikely.com wrote:

On Mon, 2 Jul 2012, Mark Sapiro wrote:

Lets see if I can do this without serious breakage.

Geoff.


If you need help, let me know.


-- 
Mark Sapiro m...@msapiro.net
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Help! How to quell list address in personalised messages

2012-07-02 Thread Geoff Shang

On Mon, 2 Jul 2012, Mark Sapiro wrote:


If you need help, let me know.


Think I got it.  Commenting out the block at line 161 (Mailman 2.1.13) 
seems to have done the trick.


Thanks again,
Geoff.

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org