> > Please note that you do *not* need to specify all variations explicitly, > > if you actually want to match *anything* that starts with "PO"... > > Thanks for the information I will make sure to read it. I am going to > try /\bPO\b now and see if it helps.
Since this isn't your first attempt to write ham rules... 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? -- 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; }}}