> Hi, everyone. > I recently upgraded from SA 2.63 to 3.0 (RH 9.0, Postfix v2.0.19); and > was also seeing this argument when I ran lint. So I upgraded this > morning to 3.0.1 to see if the new error message would lead me to the > culprit. > > Now I can't get spamd to start with the script I use (from > advosys.ca/papers/filter-misc/SA-only.sh); however it starts fine with > spamd -D from the command line. > > The error when I run the restart (with webmin) is: > ERROR! spamassassin script is v3.000000, but using modules v3.000001! > [FAILED] > > I know it's something simple that I'm missing, but I can't seem to find > it. > > Any ideas? > > > > -----Original Message----- > From: Theo Van Dinter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 27, 2004 5:14 PM > To: users@spamassassin.apache.org > Subject: Re: I am getting Argument "" isn't numeric > > On Wed, Oct 27, 2004 at 04:07:59PM -0400, Matt Kettler wrote: >> In general the "Argument "n.nn" isn't numeric in.." type complaints in > >> Conf.pm usually mean you've got a configuration line in your config >> files which requires a numeric parameter, but you've left the >> parameter off, or put in something text based like "yes" instead of 0 > or 1. > > BTW: we put in a little bit of code in 3.0.1 to catch this mistake and > give you a better error message: > > Score configuration option without actual scores, skipping: score > RAZOR2_CHECK > > and/or > > config: SpamAssassin failed to parse line, "" is not valid for > "required_score", skipping: required_score > > -- > Randomly Generated Tagline: > "I'm at the age where food has taken the place of sex in my life. In > fact, I've just had a mirror placed over my kitchen table." > - Rodney Dangerfield >
Move the scripts from /usr/local/scripts to /usr/local/bin. Keith