Raymond Norton wrote: > I have a Centos 4.x server with an rpm install of spamassasin ( > spamassassin-3.0.6-1.el4). I want to upgrade it to the newest version, so > I can use sa_update for new rules. I might be missing it, but I don't see > that Centos has an rpm available that I can upgrade to. Is there a way to > remove the rpm and reinstall from source, or upgrade with an rpm, so I do > not break my server? I scan mail for 12 school districts and can't afford > for a new install to go bad. > > > >
Get the tar file from spamassassin.apache.org Once downloaded, rpmbuild -tb file-you-downloaded cd /usr/src/redhat/RPMS/i386 Install the two files. -- Steve