Since Theo already answered most of the questions... > Automatic deletion of spam above specific score set to 'Score 2'.
Don't. Seriously, don't. Even with a really good, fundamental understanding of SA and massively tweaked settings and custom rules, this is a highly dangerous thing to do. You *will* lose mail. >From a recent post by Justin Mason: http://taint.org/sa/thresholds-320/ Even quarantining at a threshold of 2.0 will result in too many FPs, given a working default SA installation. Automatic deletion, if at all, should be done at a *much* higher threshold. (Of course I am assuming the reported score actually is the SA score, rather than some translated value by the non-SA env.) guenther -- 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; }}}