Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pdostal
Created December 25, 2014 21:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdostal/b4ecf5c83759857d9063 to your computer and use it in GitHub Desktop.
Save pdostal/b4ecf5c83759857d9063 to your computer and use it in GitHub Desktop.
Spamassassin bug GPG validation failed
# http://krischan.eu/index.php/2014/04/21/spamassassin-bug-gpg-validation-failed/
wget http://spamassassin.apache.org/updates/GPG.KEY
sa-update --import GPG.KEY
chown -R spamd:root /var/lib/spamassassin/sa-update-keys
chmod -R 775 /var/lib/spamassassin/sa-update-keys
sa-update -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment