M>Hello martin,
M>
M>
M>SARE has been playing around with URI rules lately, and when 
M>we need to test for something in the host/domain area, we use 
M>something like:
M>> uri  rule_name  m'(?:https?://)?[^/]*testgoeshere'
M>In other words, the test must precede any/all slashes except 
M>for those that might be within http://
M>
M>When we need to test for something after the host/domain 
M>area, we reverse that, like:
M>> uri rule_name m'(?:https?://)?.+/testgoeshere'
M>In other words, the test must follow a slash.
M>
M>The method can be improved upon, but it helps avoid what I 
M>think are the false hits you're dealing with.
M>
M>Bob Menschel
M>

Thanks for the tip Bob, that's just what I needed, I will look at trying
that out but pretty sure that will stop the FP that I was having.

Regards Martin

Reply via email to