Re: [Evolution] filtering junk mail




SA by no means just filters on From: addresses. This would be no good at
all, cause most SPAM arrives from somewhat randomly chosen (or made up)
accounts...

I've been told that SA doesn't use the From: address in its Bayesian
classifier, though I haven't checked this independantly.

Well, a quick glance at Mail/SpamAssassin/Bayes.pm doesn't list the
From: header in $IGNORED_HDRS but indeed performs some actions on this
header. Dunno for sure, though.

Anyway, this will have a minor effect only, as the bulk of the source
for Bayes is gathered from the mail body. And Bayes doesn't kick in,
until it is trained sufficiently -- which seems to be a reason for the
OP.


On a related note, Auto-Whitelisting acts on the From: header, judging
from previously received mails and adjusting the score. Thus training
(marking as non-Junk) these mails is very important.

...guenther


-- 
char *t="\10pse\0r\0dtu\0  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; }}}




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]