Andrea Venturoli wrote:
Hello.
I'm running SpamAssassin on several FreeBSD box (7.3 and 8.1, i386 and
amd64) with Sought rules.
On each of them I have this in crontab:
sa-update --gpgkey 6C6191E3 --channel sought.rules.yerp.org --channel
updates.spamassassin.org
Problem is the server will often lose the GPG.key, so I have to issue:
wget http://yerp.org/rules/GPG.KEY
sa-update --import GPG.KEY
Any hint on why I have to repeatedly do this?
Run sa-update -D gpg, and see where it's looking for the keyring. Make
sure that none of your other system processes overwrite that location
with old data - or update those other processes so their data source
includes an updated keyring.
-kgd