RE: Regular expression expanding

2005-01-28 Thread Gray, Richard
PROTECTED] Sent: 28 January 2005 02:51 To: Gray, Richard; users@spamassassin.apache.org Subject: Re: Regular expression expanding At 09:23 AM 1/27/2005, Gray, Richard wrote: >body >MANGLED_CASH/(?!cash)\b[cǩ\(][_\W]{0,[EMAIL PROTECTED],5}[sz >5\$][_\W]{0,5}h\b/i My understanding of rule mat

Re: Regular expression expanding

2005-01-28 Thread Matt Kettler
At 09:23 AM 1/27/2005, Gray, Richard wrote: body MANGLED_CASH/(?!cash)\b[cǩ\(][_\W]{0,[EMAIL PROTECTED],5}[sz5\$][_\W]{0,5}h\b/i My understanding of rule matching was that the '(?!cash' bit required an | (or) in order to work. Can anyone break down the logic of how SA tests this line? Heh.. I th

Re: Regular expression expanding

2005-01-28 Thread Robert Menschel
Hello Richard, Thursday, January 27, 2005, 6:23:53 AM, you wrote: GR> I'm trying to get my head around regular expression matching. GR> body MANGLED_CASH GR> /(?!cash)\b[cǩ\(][_\W]{0,[EMAIL PROTECTED],5}[sz5\$][_\W]{0,5}h\b/i GR> My understanding of rule matching was that the '(?!cash' bi

Re: Regular expression expanding

2005-01-28 Thread Loren Wilton
  I'm trying to get my head around regular _expression_ matching.   body MANGLED_CASH /(?!cash)\b[cǩ\(][_\W]{0,[EMAIL PROTECTED],5}[sz5\$][_\W]{0,5}h\b/i My understanding of rule matching was that the '(?!cash' bit required an | (or) in order to work. Can anyone break d