On Sat, 2009-09-05 at 12:27 -0400, Gene Heskett wrote: > I believe you intended this to go to the spamassassin list, not to me > privately? In any event, I will be little or no help.
And so he did. ;) Let me take a brave guess, you are filtering your list posts based on the To and Cc headers. Dave sent this Bcc SA users list... Check the List-Id and List-Post headers. They are guaranteed to be inserted by the list server and better suited for filtering than the cosmetic To and Cc recipients. -- 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; }}}