[Mailman-Developers] CVS: mailman/Mailman ListAdmin.py,1.33,1.34

Fil fil@orwell.bok.net
Wed, 31 May 2000 11:48:04 +0200


The actual current cron/crontab.in says the following:

# Every 10 minutes retry failed deliveries.
02,12,22,32,42,52 * * * * /usr/bin/python /var/lib/mailman/cron/qrunner

It should be

# Every minute try pending deliveries.
* * * * * /usr/bin/python /var/lib/mailman/cron/qrunner



* Fil (fil@orwell.bok.net) écrivait :
> 
> It works great! Two cents=
> 
> * in order to still have a responsive server, you need qrunner to be
> activated every minute or every other minute, not just every half hour like
> it is now (usually).
> 
> * nothing is logged into /logs/* when a message is approved. Very stressfull
> for the mailman-master trying to watch if it works. S/he has to think to
> look at qfiles/ to see if the message was correctly processed.