spamassassin has been installed for years on those servers. Since recently (last few weeks), i got an email every night with error: unable to refresh mirrors file for channel updates.spamassassin.org, using old file I'm not sure but I think the script was actually successful, just it outputs something that wasn't there before. I can start the script by hand without any message or error: verdi /etc # bash cron.daily/update-spamassassin-rules verdi /etc # echo $? Same for 'sa-update': verdi /etc # echo $? 1 1 seems expected (according to the cron script) Reproducible: Always
https://lists.apache.org/thread/zz7ln94jhz6c6b31hxf0bfg9x1t2rh0r seems to indicate it's an issue with you being able to reach the rule server (or other infra). If you can run "sa-update --refreshmirrors -vvvvv -D" and catch when it outputs an error, that may be helpful to figure out what's going on. Also seeing what IP spamassassin.apache.org resolves to at that point may help. (Eg, run "dig spamassassin.apache.org" a few times and see what IP's it outputs.) That post also indicates that it may just be *one* of their servers that has the issue, which is why it's intermittent.
My problem is 100% reproducible, not "intermittent". Thanks a lot for the very valuable information. I didn't think it could be a 'local' problem. I had checked "updates.spamassassin.org", but this is not actually a domain name, probably something internal to spamassassin. Between the provided link, and the proper sa-update options to get more details about the problem, I think I can solve it by myself. Sorry for the noise..