Hi All
I've got my SpamSnake successfully up and running but have a small issue with a cron job which runs.
Code:
# m h dom mon dow command
37 5 * * * /opt/MailScanner/bin/update_phishing_sites
07 * * * * /opt/MailScanner/bin/update_bad_phishing_sites
58 23 * * * /opt/MailScanner/bin/clean.quarantine
42 * * * * /opt/MailScanner/bin/update_virus_scanners
3,23,43 * * * * /opt/MailScanner/bin/check_mailscanner &> /dev/null
30 01 * * * /usr/bin/sa-learn --force-expire --sync -p /opt/MailScanner/etc/spam.assassin.prefs.conf
@daily manage.py cleanquarantine #Clean quarantine
* * * * 5 manage.py sendquarantinereports #Send quarantine reports
@monthly manage.py dbclean #Clean maillog
@weekly manage.py updatesarules #Update spamassassin rules
@daily manage.py sendpdfreports #Send PDF Reports
@weekly /usr/sbin/fuzzy-cleanmysql #FuzzyOcr DB cleaner
00 04 * * * /usr/bin/clamav-unofficial-sigs.sh -c /etc/clamav-unofficial-sigs.conf &> /dev/null
@monthly /usr/sbin/update-iana &> /dev/null #Update firehol reserved ips
Thats the output of crontab -l
Up until yesterday I was receiving scheduled quarantine reports but I now am getting quarantine reports sent to me every minute! I woke up this morning and had 1400 odd email reports!
Any ideas how to stop this? Have tried the faithful reboot and that's made no difference.
Regards
Colin
Recent comments
11 hours 14 min ago
14 hours 9 min ago
15 hours 23 min ago
16 hours 47 min ago
18 hours 25 min ago
19 hours 53 min ago
21 hours 7 min ago
1 day 13 hours ago
1 day 13 hours ago
1 day 17 hours ago