Tuesday, February 05, 2008

Updating SA

A while ago I blogged about backporting SA for Debian.
Once the SA is updated, run sa-update to get the most up to date rules.
You can also add other "channels" to add more updates for SA - currently using the ones from saupdates.openprotect.com and loving them! They have a nice todo on their site.

Make sure that gnupg is installed
sudo apt-get install gnupg
gpg --keyserver pgp.mit.edu --recv-keys BDE9DC10
gpg --armor -o pub.gpg --export BDE9DC10
sudo -s
sa-update --import pub.gpg
sa-update --gpgkey D1C035168C1EBC08464946DA258CDB3ABDE9DC10 --channel saupdates.openprotect.com
All the updates now live at /var/lib/spamassassin/~version_number/
Happy spam hunting.