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 <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to