On Sunday February 14 2010 01:02:10 jida...@jidanni.org wrote: > Help, I dared to update from SVN, and now spamassassin refuses to run: > $ svn update > $ make install
The usual procedure is: perl Makefile.PL; make; make test; make install > $ sa-update --install <by hand the newest files I could find on > http://daryl.dostech.ca/sa-update/asf/> $ spamassassin > spamassassin: spamassassin script is v3.003000, but using modules v3.004000 It should be alright to use the SVN trunk version, I'm using it here. > spamassassin: spamassassin script is v3.003000, but using modules v3.004000 Apparently you updated the modules but somehow the spamassassin program was not updated, or was installed in a different location that your old 3.3.0 spamassassin. Please check your paths, perhaps you have the two versions installed at different locations, or perhaps the 'make install' failed to install the 'spamassassin' program. Mark