[Mailman-Users] Batch processing a mailing list...

Mark Sapiro msapiro at value.net
Fri Oct 26 01:23:02 CEST 2007


Jurgen Gaeremyn wrote:
>
>So, here's my question: I want to transfer a mailinglist to my new host
>(Webhosting UK).
>My list counts 750 members, but I'm recommended to (as they mailed me)
>split the mail transfer up into batches of maximum 250 members at once,
>with a 1 hour delay.
>
>I'm not really in the clear how I should do this... could you guys help
>me out?


Mailman doesn't do this.

You can set SMTP_MAX_RCPTS = 250 in mm_cfg.py to make sure that no
single SMTP transaction sends to more than 250 recipients, but Mailman
will still send to all 750 members with as little delay as possible.

It would be possible to modify Mailman/Handlers/SMTPDirect.py to keep
track and not send to more than 250 recipients per hour, but that
might result in large backlogs.

Anyway, would this be your Mailman installation or the host's? If it's
the host's, there's nothing you can do and what they seem to be
telling you is they won't support lists with more than 250 members or
more than 250 (posts X members) per hour.

-- 
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