On Mon, 29 Oct 2018 17:26:29 +0000 Martin Gregorie wrote:
> describe MG_BARE_IP Bare IP in a URI > body __MG_BAI0 /\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/ > uri __MG_BAI1 /\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\/\w*/ > meta MG_BARE_IP (__MG_BAI0 || __MG_BAI1) > score MG_BARE_IP 0.01 > > Note that the bare IP - n.n.n.n - is NOT a URI and so must be a body > text rule while the bare IP with a '/name' suffix is a URI and so is > found by a URI rule. What I'm seeing is that an IP address is only identified as a URI if there is a protocol. Having a path doesn't matter.