On 8/25/20 10:32 AM, Jeffrey Westgate wrote:
> 
> Is there a setting I can change or add that would allow mailman to kind of 
> bundle each domain, open a thread, and send one-thread-per-domain or 
> one-domain-per-thread to alleviate the issue?
> 
> We are a bit behind, using Mailman version: 2.1.20

If you are sending to multiple recipients in one transaction, they are
grouped by TLD but not by sub-domain within TLD. You need to tell
Mailman to send one recipient per transaction. You can set

SMTP_MAX_RCPTS = 1

in mm_cfg.py, but if you're going to do that there is no downside to
enabling VERP for better bounce recognition with the setting

VERP_DELIVERY_INTERVAL = 1

That setting is sufficient to VERP all messages which ensures each SMTP
transaction has only one recipient.

-- 
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
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to