Created
April 1, 2011 00:58
-
-
Save grauwoelfchen/897564 to your computer and use it in GitHub Desktop.
cron of mailman.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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