You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Mike Kenny <in...@gmail.com> on 2006/12/08 12:35:43 UTC

SA Scoring

I have copied a mail to spa.mail and now I execute

$ cat spam.mail|spamassassin

which outputs along with the message:

X-Spam-Flag: YES
X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on
mx4.mydomain.co.za
X-Spam-Level: *****
X-Spam-Status: Yes, score=5.7 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO,
        RCVD_IN_BL_SPAMCOP_NET,SARE_MLB_Stock1,SARE_MLB_Stock4,
        SARE_PROLOSTOCK_SYM1,STOCK_NAME_FVGT1 autolearn=no version=3.1.5

my /etc/amavisd.conf contains the lines

$sa_tag2_level_deflt = 4.0; # add 'spam detected' headers at that level
$sa_kill_level_deflt = 5.0; # triggers spam evasive actions
$sa_dsn_cutoff_level = 9;    # spam level beyond which a DSN is not sent
$sa_quarantine_cutoff_level = 18;  # spam level beyond which quarantine is
off

my /etc/mail/spamassassin/local.cf contains

required_hits           5.0

but the mail still gets through to my mailbox

What am I mising here?

mike

Re: SA Scoring

Posted by Matt Kettler <mk...@verizon.net>.
Mike Kenny wrote:
> I have copied a mail to spa.mail and now I execute
>
> $ cat spam.mail|spamassassin
>
> which outputs along with the message:
>
> X-Spam-Flag: YES
> X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on
> mx4.mydomain.co.za <http://mx4.mydomain.co.za>
> X-Spam-Level: *****
> X-Spam-Status: Yes, score=5.7 required=5.0
> tests=BAYES_00,FORGED_RCVD_HELO,
>         RCVD_IN_BL_SPAMCOP_NET,SARE_MLB_Stock1,SARE_MLB_Stock4,
>         SARE_PROLOSTOCK_SYM1,STOCK_NAME_FVGT1 autolearn=no version= 3.1.5
>
> my /etc/amavisd.conf contains the lines
>
> $sa_tag2_level_deflt = 4.0; # add 'spam detected' headers at that level
> $sa_kill_level_deflt = 5.0; # triggers spam evasive actions
> $sa_dsn_cutoff_level = 9;    # spam level beyond which a DSN is not sent
> $sa_quarantine_cutoff_level = 18;  # spam level beyond which
> quarantine is off
>
> my /etc/mail/spamassassin/local.cf contains
>
> required_hits           5.0
>
> but the mail still gets through to my mailbox
>
> What am I mising here?
What rules did the message match at the time of delivery? The sending IP
might not have been in spamcop at that time, which would cause the score
to be less than 4.0.


RE: SA Scoring

Posted by vertito <ve...@aim-consultants.com>.
how are you moving it to spam path location? 
 

  _____  

From: Mike Kenny [mailto:inzanix@gmail.com] 
Sent: Friday, December 08, 2006 12:36 PM
To: users@spamassassin.apache.org; GLUG Tech
Subject: SA Scoring


I have copied a mail to spa.mail and now I execute

$ cat spam.mail|spamassassin

which outputs along with the message:

X-Spam-Flag: YES
X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on mx4.mydomain.co.za
X-Spam-Level: *****
X-Spam-Status: Yes, score=5.7 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO,
        RCVD_IN_BL_SPAMCOP_NET,SARE_MLB_Stock1,SARE_MLB_Stock4,
        SARE_PROLOSTOCK_SYM1,STOCK_NAME_FVGT1 autolearn=no version= 3.1.5

my /etc/amavisd.conf contains the lines

$sa_tag2_level_deflt = 4.0; # add 'spam detected' headers at that level
$sa_kill_level_deflt = 5.0; # triggers spam evasive actions
$sa_dsn_cutoff_level = 9;    # spam level beyond which a DSN is not sent 
$sa_quarantine_cutoff_level = 18;  # spam level beyond which quarantine is off

my /etc/mail/spamassassin/local.cf contains

required_hits           5.0

but the mail still gets through to my mailbox 

What am I mising here?

mike