spamassassin/sa-update.cronscript

8 lines
240 B
Plaintext
Raw Normal View History

#!/bin/bash
sleep $(expr $RANDOM % 7200)
2007-02-13 18:32:20 +00:00
#echo SpamAssassin rule update begins at `date`
# Only restart spamd if sa-update returns 0, meaning it updated the rules
2007-02-13 18:32:20 +00:00
/usr/bin/sa-update && /etc/init.d/spamassassin condrestart > /dev/null
echo