On Thu, 2010-03-04 at 19:04 -0300, Walter Breno wrote:
> Hi, i have some problems with false positives so i need that the

False Positive. A mail, that has been (positively) classified as spam,
but is not (false).

> e-mails with spamassassin score 2 or 3 has being marked as spam but

You are classifying a SA score of 2(!) as spam!? There is your problem
right there. Don't. That of course if prone to FPs. And *will* result in
FPs.

The default required_score threshold of 5 is there for a reason. All SA
scores are set with that threshold in mind. Do NOT change it, unless you
really know what you are doing.

> delivered to the user, what is the parameter that can help me with
> this problem?

required_score 5.0

Seriously, though, SA does not deliver your mail. You can change the
score that is required for a mail to be classified spam (back to the
default). But your MDA, ultimately delivering your mail -- possibly
based on the SA score -- is something else.


-- 
char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

Reply via email to