Title: RE: spamassassin --lint fails with rules in local.cf

 

 


From: Chris Santerre [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 26, 2006 9:31 AM
To: Dylan Bouterse; users@spamassassin.apache.org
Subject: RE: spamassassin --lint fails with rules in local.cf

 

 

> -----Original Message-----
> From: Dylan Bouterse [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 26, 2006 8:35 AM
> To: users@spamassassin.apache.org
> Subject: spamassassin --lint fails with rules in local.cf
>
>
> I have added some rules in my local.cf file (for adding
> scores for some
> SARE rules) but when I run spamassassin -lint (or when I run
> rules_du_jour which does the same) it says the rules in my
> local.cf file
> are non-existent, but spamassassin ultimately runs fine. What
> am I doing
> wrong?

A copy of your added lines to your local.cf sure would help us help you. Otherwise I can't use telepathy anymore. Not since that "incident" at the zoo. Things got a bit... messy.

--Chris

 

Below are my uncommented entries in the local.cf file. The only error comes from the additional SARE lines at the bottom.

report_safe 0

use_bayes 1
bayes_path /var/amavis/.spamassassin/bayes
razor_config /var/amavis/.razor/razor-agent.conf
lock_method flock

skip_rbl_checks 0
use_razor2 1
use_dcc 0
use_pyzor 0
dns_available yes

header LOCAL_RCVD Received =~ /.*\(\S+\.domain\.com\s+\[.*\]\)/
describe LOCAL_RCVD Received from local machine
score LOCAL_RCVD -50

## Optional Score Increases
score DCC_CHECK 4.000
score SPF_FAIL 4.000
score SPF_HELO_FAIL 5.000
score RAZOR2_CHECK 2.500
score BAYES_99 4.300
score BAYES_95 3.500
score BAYES_80 3.000

score    SARE_GIF_ATTACH   1.75
score    SARE_GIF_STOX     2.50
score    SARE_SPEC_XXGEOCITIES2   3.000
score    SARE_SPEC_XXGEOCITIES3   3.000

Reply via email to