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

2012-07-02 Thread Geoff Shang

Hi,

A bit urgent.

I thought I'd turn on personalisation for an announce list I'm putting 
together, in order to have the person's address in the To field instead of 
the list address.  The box will only be used for this list and messages 
wil only go out about once a month, so performance isn't an issue.


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.


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


[Mailman-Users] remainder post bounce

2012-07-02 Thread jdd
I have a curious situation. I could fix it, so there is no hurry to 
find a better solution, but I wonder where I failed :-).


I have a domain name (culte.org) that hold a mailman mailing lists server.

Under this domain, there is a (virtual) network. The real server is 
savage-reborn.culte.org


When mailman send the messages to the lists, no problem at all, the 
return path is list-name@culte.org


but when mailman send the monthly reminder, the return path is 
listname@savage-reborn.culte.org.


some recipients do not like to have the extra savage-reborn part and 
refuse the mail.


I don't know where I could change this without disturbing the server's 
working.


The MTA is postfix.

I could solve the problem adding savage-reborn in culte.org zone 
definitions.


any idea?

thanks
jd
--
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] remainder post bounce

2012-07-02 Thread Mark Sapiro
jdd wrote:

When mailman send the messages to the lists, no problem at all, the 
return path is list-name@culte.org

but when mailman send the monthly reminder, the return path is 
listname@savage-reborn.culte.org.

some recipients do not like to have the extra savage-reborn part and 
refuse the mail.

I don't know where I could change this without disturbing the server's 
working.



I'm a bit confused as to what you mean by return path. If you actually
mean the Return-Path: header, it should be list-name-bounces@... in
the case of list posts and mailman-bounces@... in the case of password
reminders.

In any case, look at the host_name attribute of the 'mailman' site list
on the list's General Options page and if it is
savage-reborn.culte.org, change it to culte.org.

If this is not the issue, I think I'd need to see the full headers from
a password reminder to understand the problem.

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


[Mailman-Users] google tracking code

2012-07-02 Thread Andrew Watson
How can I put google tracking code in archived email messages?
I am using pipermail.
--
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