> After some help on the CentOS list, I may have found the problem: > >> perl-NetAddr-IP-4.044-1.el5.rf <=== I think that is the problem package >> >> I don't know if that version is required by the repoforge packages ... >> but base contains perl-NetAddr-IP-4.027-5.el5_6 >> >> I would see if I could replace perl-NetAddr-IP-4.044-1.el5.rf from >> repoforge with perl-NetAddr-IP-4.027-5.el5_6 from base. > > rpm -e --nodeps perl-NetAddr-IP > > vi /etc/yum.repos.d/rpmforge.repo > -- change all enabled = 1 to enabled = 0 temporarily (seems like > yum priorities is going to be a good idea) -- > > yum install perl-NetAddr-IP > > /etc/init.d/spamassassin condrestart > Stopping spamd: [ OK ] > Starting spamd: [ OK ] > > That seems to have done it. Does that make sense? Should > I report this to the RepoForge people?
FYI: I did in fact report it to them, and it was eventually moved to the RepoForge extras repository, which finally fixes everything. Thanks again for the help