Fox Flanders wrote:
I have a rule to find any 'a href' followed by an 'img src' later in the
message, but I am getting nothing, which baffles me (and I am not a regex
newbie).
You might not be a regex newbie, but you aren't escaping spaces and
special chars and you are putting funny things next t
> -Original Message-
> From: Fox Flanders [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 08, 2003 10:12 AM
> To: [EMAIL PROTECTED]
> Subject: [SAtalk] Regexp Rule Question
>
>
> I have a rule to find any 'a href' followed by an 'img src'
I have a rule to find any 'a href' followed by an 'img src' later in the
message, but I am getting nothing, which baffles me (and I am not a regex
newbie).
rawbody HTML_CLICKABLE_IMAGE /a href.*?img src/i
score HTML_CLICKABLE_IMAGE 1.00
I am using SA 2.55 and have run the --lint check, and verifi