Hi all,

Trying to match a message using uri_detail with no luck. On body I have something like this:

<a href="foo.bar">Something &rarr;</a>

That "something" is changed on a daily basis, so I am trying to match the &rarr; which is common to all variations, and failing miserably. I have tried the obvious and some (desperate) variations:

uri_detail  A1_URI_FAKE_LINK    text =~ /&rarr;/i

uri_detail  A1_URI_FAKE_LINK    text =~ /.rarr;/i

uri_detail  A1_URI_FAKE_LINK    text =~ /.rarr./i

uri_detail  A1_URI_FAKE_LINK    text =~ /rarr/i

What have I missed? Thanks for any enlightenment, RTFM.


Best regards.


--
*Marcio Merlone*

Reply via email to