diff options
| author | bwarsaw | 1998-07-23 16:09:36 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-07-23 16:09:36 +0000 |
| commit | 0eeed893ef313f4629056fdeb7914a8512ec87c8 (patch) | |
| tree | 73cd3e6ed57afd7c515b36d7c8ba04baf35619e0 | |
| parent | 9bfe3f7b70076b7d932d9057c1884acdfcb64288 (diff) | |
| download | mailman-0eeed893ef313f4629056fdeb7914a8512ec87c8.tar.gz mailman-0eeed893ef313f4629056fdeb7914a8512ec87c8.tar.zst mailman-0eeed893ef313f4629056fdeb7914a8512ec87c8.zip | |
| -rwxr-xr-x | cron/crontab.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in index c2c776127..6b2e724e1 100755 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -11,6 +11,6 @@ # if you don't want to allow gating, or don't have any going on right now, # or want to exclusively use a callback strategy instead of polling. 0,5,10,15,20,25,30,35,40,45,50,55 * * * * @PYTHON@ @prefix@/cron/gate_news - +# # Every 1/2 hour flush the outgoing mail queue. -12,42 * * * * @PYTHON@ @prefix@/cron/run_queue
\ No newline at end of file +12,42 * * * * @PYTHON@ @prefix@/cron/run_queue |
