Re: Fixing Broken Rules -- FIXED!

2007-01-24 Thread Rich Shepard
On Wed, 24 Jan 2007, Adam Lanier wrote: Did you do a grep for 'DNS_FROM_AHBL_RHSBL' (for example) in /etc/mail/spamassassin? Adam, I _thought_ that I had, but I'm trying to simultaneously fix problems with three applications, so I missed doing this. I'm betting you have a 'score DNS_FROM_

Re: Fixing Broken Rules

2007-01-24 Thread Adam Lanier
On Wed, 2007-01-24 at 11:26 -0800, Rich Shepard wrote: > >I was looking in the wrong file, it should be 50_scores.cf. And, in that > file there are: > > score DNS_FROM_AHBL_RHSBL 0 0.306 0 0.231 > score DNS_FROM_RFC_ABUSE 0 0.479 0 0.200 > score DNS_FROM_RFC_BOGUSMX 0 2.034 0 1.945 > score DN

Re: Fixing Broken Rules

2007-01-24 Thread Rich Shepard
On Wed, 24 Jan 2007, Rich Shepard wrote: [22906] warn: config: SpamAssassin failed to parse line, "DNS_FROM_AHBL_RHSBL .4" is not valid for "score", skipping: score DNS_FROM_AHBL_RHSBL .4 [22906] warn: config: SpamAssassin failed to parse line, "DNS_FROM_RFC_ABUSE .4" is not valid for "score", s

Re: Fixing Broken Rules

2007-01-24 Thread Rich Shepard
On Wed, 24 Jan 2007, Theo Van Dinter wrote: If you run in debug mode, you'll see all the files that SA is using for configs. At least one of those files will have the invalid config lines. My guess is something in the site-wide config directory (/etc/mail/spamassassin). Theo, Here is the

Re: Fixing Broken Rules

2007-01-24 Thread Theo Van Dinter
On Wed, Jan 24, 2007 at 08:22:07AM -0800, Rich Shepard wrote: >When I look for '.4' in the rules files I cannot find it. Otherwise I > would have changed it. If you run in debug mode, you'll see all the files that SA is using for configs. At least one of those files will have the invalid conf

Re: Fixing Broken Rules

2007-01-24 Thread Rich Shepard
On Wed, 24 Jan 2007, Theo Van Dinter wrote: ".4" isn't a valid number and so can't be parsed. Try "0.4". Theo, When I look for '.4' in the rules files I cannot find it. Otherwise I would have changed it. Rich -- Richard B. Shepard, Ph.D. |The Environmental Permitting A

Re: Fixing Broken Rules

2007-01-24 Thread Theo Van Dinter
On Wed, Jan 24, 2007 at 07:25:38AM -0800, Rich Shepard wrote: > [22906] warn: config: SpamAssassin failed to parse line, > "DNS_FROM_AHBL_RHSBL .4" is not valid for "score", skipping: score > DNS_FROM_AHBL_RHSBL .4 ".4" isn't a valid number and so can't be parsed. Try "0.4". -- Randomly Selecte

Re: Fixing Broken Rules

2007-01-24 Thread Adam Lanier
On Wed, 2007-01-24 at 07:25 -0800, Rich Shepard wrote: >When I run spamassassin --lint I see a number of rule-related warnings. > However, when I look in /etc/mail/spamassassin/rules/ I can't find the > specific text referenced. > >Here's the pertinent lint output: Unless you've installe