Revision 1 as of 2008-07-31 13:57:11

Clear message

4.51. How do I limit the rate (throttle) at which Mailman sends mail?

From the thread on the mailman-users mailing list at http://mail.python.org/pipermail/mailman-users/2004-July/038202.html:

Some people choose to install Mailman at home on a consumer-grade Internet connection, or with a hosting company, and the provider will only allow them to send so many messages in a given period of time.

Unfortunately, Mailman has no way to control the rate at which messages are sent. Depending on how you have configured various settings, Mailman may dump 100 or 500 recipients or more into what it considers to be a single outgoing message. The MTA which receives this long list of subscribers might then break that up into smaller chunks of five or ten recipients for some medium-size sites, fifty or a hundred or more recipients for large sites, and lots of smaller sites with just one or two recipients.

Your ISP would look at this flow of outgoing messages, and could decide to count this in a variety of ways. They could count the total number of recipients, regardless of the number of messages. They could count the number of connection attempts, regardless of number of recipients. They could count the number of bytes flowing across the connection in a given period of time. They could do almost anything.

If you want to do rate limiting, you need to do that within the MTA, but this is an issue that you should bring up on mailing lists, newsgroups, etc... that are specific to your MTA - there's nothing that Mailman can do to help you. If your MTA does not provide any features to allow you to control this, you should consider upgrading your account, switching ISPs to one that does not rate limit you, or moving your list to a hosting provider (see Do you offer Mailman hosting, consulting, or contractor services?).

Last changed on Sat Nov 25 02:52:07 2006 by Mark Sapiro Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.