Walter Hurry wrote:
I don't think so. Fedora does not create a cron job for sa-update.
Perhaps OP would be well advised to inspect the script run by cron. My
guess is that it is something made locally.
The cron job:
10 4 * * * root /usr/share/spamassassin/sa-update.cron 2>&1 | tee -a
/var/log/sa-update.log
The cron job script:
/usr/share/spamassassin/sa-update.cron
I don't see anything in the upstream source tarball that relates to cron.
This is what I get in an email when the cron job fails:
http: GET http://daryl.dostech.ca/sa-update/asf/1160585.tar.gz request
failed: 500 read timeout: 500 read timeout
That's it. One line.
I'm fixing to create a distro bug report against the cron job to see a
more verbose output. If you feel it's something stupid I'm doing let me
know. However, I have not adjusted SpamAssassin in anyway. I'm not
calling it through a custom init script. I'm using all of the defaults
and I have not edited any configuration file for it. I did not create
the cron job either.