> |-----Original Message----- > |From: Keith Hackworth [mailto:[EMAIL PROTECTED] > |Sent: 02 November 2004 17:43 > |To: marti > |Cc: Spamassassin > |Subject: RE: Error after upgrading to 3.0.1 > | > |This has nothing to do with .cf files. It is purely a problem > |with running the wrong version of sa. > | > |Do this: find / --name spamassassin --print > | > |It will show all instances of spamassassin (unfortunately, it > |will also give you time to go to lunch) > | > |Run each of these instances with a --version argument and see > |what happens. > | > |Keith > | > > Ok thanks for your patience Keith, you pointed me in the right direction, > spamassassin wasn't he problem, I had 2 spamd, one in /usr/bin/spamd and > another in /usr/sbin/spamd, one the old and one the new. > > All up and running on the new one now :) > > Martin > >
That's good news! FYI: You're going to run into the same problem with sa-learn and the other scripts shipped with SA. Make sure you remove them from the old directory (I'm guessing /usr/bin). Keith