How to update Spamassassin?

By issuing the following commands, spamassassin is updated from 3.1.3 to 3.1.4:

> wget http://apache.netsolutions.com.hk/spamassassin/source/Mail-SpamAssassin-3.1.4.tar.gz
> rpmbuild -tb Mail-SpamAssassin-3.1.4.tar.gz
> cd /usr/src/redhat/RPMS/i386/
> /etc/init.d/spamassassin stop
> rpm -Uvh perl-Mail-SpamAssassin-3.1.4-1.i386.rpm --nodeps
> rpm -Uvh spamassassin-3.1.4-1.i386.rpm
> /etc/init.d/spamassassin start

I dunno if using --nodeps in perl-Mail-SpamAssassin will cause any errors. People who follow these steps should pay serious attention.

Hope it helps somebody!

Comments

Popular posts from this blog

TCPDF How to show/display Chinese Character?

How to fix fancy box/Easy Fancybox scroll not work in mobile

Wordpress Load balancing: 2 web servers 1 MySQL without any Cloud services