[Mailman-Users] How to configure mailman to only deliver mail a few times a day?

Laura Creighton lac at openend.se
Sat Feb 7 07:42:34 CET 2015


Well, after giving the problem a night's worth of thought, I think the
best idea for this  problem is to use sendmail.  Or rather to use 2
of them. The first one just receives mail and queues it.  But
it is configured to _not_ process the mail queue.

The second one is configured so that it processes its own mail queue.

Then you write an external program that wakes up every so often, and
checks to see if anything in queue1 is old enough to send. If it is,
it moves it off to queue2, where the second sendmail will deal with it.

Anything obviously wrong with this idea?

Laura



More information about the Mailman-Users mailing list