Kevin wrote:
>
>it there a way to configure mailman to send emails to a list slower than 
>normal ?


Only by modifying the code in Mailman/Handlers/SMTPDirect.py


>I was thinking of sending mails per packets, for example 100 by 100, in 
>a predifined period of time, but I haven't found how to configure 
>mailman for that ...


The only control is SMTP_MAX_RCPTS which sets the maximum number of
recipients in one transaction or the VERP options which will result in
one recipient per transaction, but there is no control over how fast
Mailman generates messages to the MTA unless you build a delay into
the code.

-- 
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
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to