Re: Overagressive SA rule for misspelled opportunity

2007-11-03 Thread Alex Woick
Bob Proulx schrieb am 02.11.2007 18:24: body FRT_OPPORTUN1 /(?!opportun)/I body FRT_OPPORTUN2 /(?!opportun)/I Huh? How are those rules matching? I am missing something. That can't the right rule that is being hit here. Can someone educate me as to what is happening here? This rule is

Re: New (to me) spam pattern

2007-11-03 Thread John D. Hardin
On Sat, 3 Nov 2007, Chris Edwards wrote: > On Fri, 2 Nov 2007, Mike Kenny wrote: > > | Thanks John, I had tried this. It appears that the \1 is > | not defined within the pattern. Only for substitution? > > The regex John posted is fine in SA. > > // > > Mike, what's going wrong for you ? A

Re: New (to me) spam pattern

2007-11-03 Thread Chris Edwards
On Fri, 2 Nov 2007, Mike Kenny wrote: | Thanks John, I had tried this. It appears that the \1 is not defined within | the pattern. Only for substitution? Hi, The regex John posted is fine in SA. // Mike, what's going wrong for you ? A lint error ? Failure to match ?