Re: [Mailman-Users] List is displaying subscriber in header

2016-09-02 Thread Mark Sapiro
On 09/02/2016 11:40 AM, Christian F Buser via Mailman-Users wrote:
> 
> A list (Mailman 2.1.21 on cPanel installation) is behaving strangely. In the 
> header of a list message, there appears an "Envelope-To:" header line, which 
> contains 200 (of the approximately 1000) subscribers. 
> 
> I did not find any setting which could be wront, and I think this behaviour 
> is new to that list. But as far as I remember, I did not change anything 
> recently. 


Your MTA is adding this header containing all the recipients in the
particular SMTP transaction that delivered this message from Mailman to
the MTA.

You need access to the installation to do anything about this. If this
is a hosted Mailman, you'll have to deal with the host.

There are two ways to fix this.

1) fix the MTA, probably exim in cPanel,
.

2) change Mailman to send only one recipient per transaction. This can
be accomplished in multiple ways:
  a) If personalize is available in Non-Digest options, set it to Yes.
  b) add
VERP_DELIVERY_INTERVAL = 1
 to mm_cfg.py
  c) add
SMTP_MAX_RCPTS = 1
 to mm_cfg.py

(I recommend b)

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] List is displaying subscriber in header

2016-09-02 Thread Christian F Buser via Mailman-Users
Hi all 

A list (Mailman 2.1.21 on cPanel installation) is behaving strangely. In the 
header of a list message, there appears an "Envelope-To:" header line, which 
contains 200 (of the approximately 1000) subscribers. 

I did not find any setting which could be wront, and I think this behaviour is 
new to that list. But as far as I remember, I did not change anything recently. 

What is wrong here? 

Thank you, Christian 
-- 
Christian F. Buser, Hohle Gasse 6, CH-5507 Mellingen (Switzerland)  
Hilfe fuer Strassenkinder in Ghana: http://www.chance-for-children.org
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org