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
1 day 3 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 12 hours ago
1 day 13 hours ago
2 days 5 hours ago
2 days 6 hours ago
2 days 10 hours ago