On Sun, 2014-07-27 at 13:08 -0500, Chris wrote: > I keep getting BOTNET scores on Fox News Breaking News alerts from > FoxNews.com <foxn...@newsletters.foxnews.com> > in /etc/mail/spamassassin/my-whitelis.cf I have this line - > whitelist_from_rcvd foxn...@newsletters.foxnews.com > newsletters.foxnews.com I've added this line to the BOTNET.cf file in > the same directory - botnet_pass_domains newsletters.foxnews > \.com or should that just be foxnews\.com I've also ran spamassassin > --add-addr-to-whitelist=foxn...@newsletters.foxnews.com none of these > seem to be working. I've restarted SA after each change to the .cf > files. What am I missing?
Please do use line-breaks where appropriate. Also, we'll need the sample, at least the full headers. Put them up a pastebin and provide the link. -- 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; }}}