On Mon, Mar 18, 2002 at 11:42:51AM -0800, Craig R Hughes wrote:
> Kelsey,
> 
> I changed SUBJ_ALL_CAPS on the 17th to use an eval someone contributed -- does 
> that fix your problem?

I'll try it out.  I took one of the suggested regex's and that seemed to
fix it but the eval code is most likely better.
 
> 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

-- 
Kelsey Cummings - [EMAIL PROTECTED]         sonic.net
System Administrator                    300 B Street, Ste 101
707.522.1000 (Voice)                    Santa Rosa, CA 95404
707.547.2199 (Fax)                      http://www.sonic.net/
Fingerprint = 7F 59 43 1B 44 8A 0D 57  91 08 73 73 7A 48 90 C5

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to