On Thu, 2008-04-03 at 16:12 -0400, Caleb Cushing wrote:
> I have no idea what it says, or why it continues to slip through my filter 
> (well why it has a lower score than what's required).
> 
> kmail runs spamassassin -L with filters to check for spam
                          ^^
You are explicitly disabling any network tests. See my other post to
this thread. And of course, please see the docs [1]. :)


> I've also told kmail mails from these people are spam before it uses this.
> sa-learn -L --spam --no-sync

sa-learn trains the Bayesian Classifier, which does not know about a
concept like "these people" or an origin in general. It learns the
tokens, the words in the mail.

Also, there are constraints like a minimum spam *and* ham learned,
before Bayes kicks in, yada yada -- but you appear to have resolved that
already judging by your later post. ;)

  guenther


[1] http://spamassassin.apache.org/full/3.2.x/doc/spamassassin-run.html

-- 
char *t="[EMAIL PROTECTED]";
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