|-----Original Message----- |From: Stefan Suurmeijer [mailto:[EMAIL PROTECTED] |Sent: 18 November 2004 23:52 |To: users@spamassassin.apache.org |Subject: script error? | |Hi list, | |this is probably some easy configuration issue, but it's now |almost 1am and I just spent the last 4 hours upgrading my |system so by now I wouldn't see a solution if it hit me in the face. | |I have everything working, except for spamassassin. I had it |working earlier, but I decided to get the newest version of SA |from CPAN and now when I try to start spamd I get the following error: | |ERROR! spamassassin script is v3.000000, but using modules v3.000001! | |which is great in not telling me anything useful about what is wrong. |Can anybody point me in the right direction? Any help would be |GREATLY appreciated |
I had exactly the same when I upgraded, turned out I had two versions of spamd on, one in /usr/bin/spamd and the other /usr/sbin/spamd, one was the old one and the other was the new one, cant remember which way round now, shouldn't be hard to figure though. The startup script was finding the old one, just delete it and/or copy the new one over. Martin