Skip to content

Instantly share code, notes, and snippets.

@grauwoelfchen
Created April 1, 2011 00:58
Show Gist options
  • Save grauwoelfchen/897564 to your computer and use it in GitHub Desktop.
Save grauwoelfchen/897564 to your computer and use it in GitHub Desktop.
cron of mailman.
#
# Every 5 mins, try to gate news to mail. You can comment this one out
# 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 * * * * /usr/bin/python -S /usr/share/mailman/cron/gate_news
#
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment