On Fri, 2010-09-24 at 17:31 -0500, Chris wrote: > Here's what rules hit in a short circuit ham: > > X-spam-status: No, score=-124.2 required=5.0 tests=RCVD_IN_PBL=3.335, > RCVD_IN_SORBS_DUL=0.001,SC_NET_HAM=-20,SHORTCIRCUIT=-100, > USER_IN_DEF_DKIM_WL=-7.5 RCVD_IN_PBL,RCVD_IN_SORBS_DUL,SC_NET_HAM, > SHORTCIRCUIT,USER_IN_DEF_DKIM_WL shortcircuit=ham
Ham!? PBL, SORBS DUL. Are you trying to use whitelisting to protect outgoing messages? Shouldn't you be using authenticated SMTP instead? Oh, and... Do you DKIM sign mail before scanning it with SA? As a side-note, your X-Spam-Status header includes both, the TEST and TESTSSCORES template tags. That's slightly redundant. ;) -- 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; }}}