Back on-list. On Tue, 2008-12-02 at 13:40 -0500, Ray Jette wrote: > > Yes, and it does match case insensitively. > > > > I guess the issue is with your testing environment. How are you testing > > the rule, err, regexp for a rule? > > I sent to messages from yahoo. One with a subject of PO and the other > with a subject of po.
Wow, that's quite a lag for debugging and testing. Try calling spamassassin with the message piped into instead. Also be sure to always --lint before going live. > The rule only applyed to PO. You either (a) forgot to restart the daemon, or (b) are actually using a different rule in your cf files than you pasted in your mail. -- 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; }}}