Kelsey, I changed SUBJ_ALL_CAPS on the 17th to use an eval someone contributed -- does that fix your problem?
C Kelsey Cummings wrote: > Date: Fri, 15 Mar 2002 10:13:19 -0800 > From: Kelsey Cummings <[EMAIL PROTECTED]> > To: Rob McMillin <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [SAtalk] SUBJ_ALL_CAPS regex broken > > On Mon, Mar 11, 2002 at 08:43:09AM -0800, Rob McMillin wrote: > > Matt Sergeant wrote: > > > > > > > >Wouldn't an easier fix be: > > > > > >/^([A-Z]|[^a-z])*$/ > > > > > Interesting. [^a-z] includes [A-Z]. It also matches a zero-length > > string. How about > > > > /^(?:[A-Z]|[^A-Za-z])+$/ > > Is one of these fixes going to find it's way into CVS soon? > > _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk
