On Mon, 2007-10-22 at 17:52 +0100, [EMAIL PROTECTED] wrote: > Ah, that was the missing links. I was tearing my hair out trying to find > where the macros like __RCVD_IN_xxx were defined. :-) > > And what is the convention for what gets to be RVCD
General rules. Usually adding a point or two. ;) > and what gets to be __RVCD? It all seems rather arbitrary. Indirect rules used for meta rules. They are not scored or listed in the 'tests hit' reports. See the section Scoring Options / score in the docs: http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html karsten -- 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; }}}