> > Rather than trying to catch FPs like this, I first would investigate why > > any need for this in the place. *Why* are your hams looking that spammy? > > Which rules do they trigger? > > I have users reporting missing e-mails but when i ask for specifics for > the messages they never have them. I have not information to go by so I > want to try to prevent them the best I can until I can get speciic's > from them.
There's your problem right there. Are you silently discarding identified spam? If not, you know where to look for the missing mail... Also, I kind of wonder how your users possibly can know they are missing mail, if they can't even tell you who sent it. -- 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; }}}