[Mailman-Users] Does mailman send one message at a time, or all at once?

Mark Sapiro msapiro at value.net
Sun Dec 4 02:43:46 CET 2005


Daevid Vincent wrote:
>
>So are you saying, I could tell mailman to group in chunks of say 50 and
>even though I have 150 people on the list, mailman would deliver 3 batches
>of 50 to cover them all? Thereby I can keep below my 100 / email limitation
>that this service provides me?


Just set

SMTP_MAX_RCPTS = 50

in mm_cfg.py. You may also need to set

SMTP_MAX_SESSIONS_PER_CONNECTION = 1

depending on how your smtp service counts the 50, i.e. 50 recipients in
one transaction vs. 50 in one connection.

See the

#####
# Delivery defaults
#####

section in Defaults.py for more info.


-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list