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,
<http://www.exim.org/exim-html-3.20/doc/html/spec_49.html#SEC835>.

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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better 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

Reply via email to