On Mon, 2007-10-22 at 11:46 -0400, Andrew Xiang wrote: > I have many users in the whitelist_from in the local.cf. > When I get forwarded spam email like this, how do I find which one it > matched? Which FROM entry is it actually looking at?
See the section Whitelist and Blacklist options in the docs. http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html You'll also find recommendation not to use whitelist_from, and what to use instead. 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; }}}