# $Id$ 
# update-sa: cron jobs

# run expire bayes-db once a week
0 1 * * 1       root    /usr/sbin/expire-sa.sh

# update sought rules twice a day
# update all rules once a day
0 6,15 * * *    root    /usr/sbin/update-sa.sh sought
0 4 * * *       root    /usr/sbin/update-sa.sh
