Hi Jennifer,

> -----Original Message-----
> From: Jennifer Wheeler [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, October 29, 2003 9:51 AM
> To: 'Larry Gilson'; [EMAIL PROTECTED]
> Subject: RE: [SAtalk] [RD] 4c-2v-3c
> 
> 
> Hi Larry
> 
> > I have had some very good success with a rawbody and subject test
> which
> > looks for
> > 
> >   4 or more consonants
> >   followed by 1 or 2 vowels
> >   followed by 3 or more consonants or digits
> > 
> > This is the match:
> >
> /[0-9bcdfghjklmnpqrstvwxz]{4,}[aeiouy]{1,2}[0-9bcdfghjklmnpqrs
> tvwxz]{3,}
> /i
> 
> Looks interesting.  I'll try it out and let you know how it goes.
> Thanks!  I believe you can change [0-9bcdfghjklmnpqrstvwxz] 
> to [^aeiouy] (Just to shorten it up a smidge.)

Yea, it's a mouthful isn't it.  Funny thing is that I almost used [^aeiouy].
However, that would match a bunch of stuff I don't want.  All I want are
consonants and numbers, no underscores or dashes or etc.

Also, just to correct my typo:
   4 or more consonants

Should read as:
   4 or more consonants or digits


Thanks Jennifer!

--Larry




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to