Re: spamassassin script is v3.003000, but using modules v3.004000

2010-02-14 Thread jidanni
MM> The usual procedure is: MM> perl Makefile.PL; make; make test; make install Ah, that now works only once! Now only set -e; perl Makefile.PL; make clean; perl Makefile.PL; make; make install will work each time, even if a few months pass between one's upgrades. Hmmm, they might want to docum

Re: spamassassin script is v3.003000, but using modules v3.004000

2010-02-13 Thread jidanni
Maybe they changed something. In the past perl Makefile.PL PREFIX=$HOME/.spamassassin-tree also took care of where bin/spamassassin went. Now it seems left behind, due to this suspicious commented out code? # needs to be added to MY::install if used #bin__install: $(INST_SCRIPT)/sa-filter #

Re: spamassassin script is v3.003000, but using modules v3.004000

2010-02-13 Thread Robert Nicholson
$ sa-update --install http://daryl.dostech.ca/sa-update/asf/> > $ spamassassin > spamassassin: spamassassin script is v3.003000, but using modules v3.004000

Re: spamassassin script is v3.003000, but using modules v3.004000

2010-02-13 Thread Mark Martinec
ostech.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 y

spamassassin script is v3.003000, but using modules v3.004000

2010-02-13 Thread jidanni
Help, I dared to update from SVN, and now spamassassin refuses to run: $ svn update $ make install $ sa-update --install http://daryl.dostech.ca/sa-update/asf/> $ spamassassin spamassassin: spamassassin script is v3.003000, but using modules v3.004000