I needed to install the latest version of spamassassin on one of the servers because of the bug that flags false positive results for MS Outlook (http://wiki.apache.org/spamassassin/FORGED_MUA_OUTLOOK):
apt-get install debian-backports-keyring
Edit /etc/apt/sources.list
deb http://www.backports.org/debian etch-backports main contrib non-free
Do an apt-get update
apt-get -t etch-backports install spamassassin
Confirm whether you want to keep the old config files and the latest backport will be installed. You can check that latest version of all packages using:
dpkg -l
No comments:
Post a Comment