Jonathan Nichols wrote: > Ok, I gave it a shot.. > > This rule *does* work. > > uri GEOCITIES /^http:\/\/[a-z0-9-]{1,30}\.geocities\.com\b/i > describe GEOCITIES High amounts of spam from Geocities. > score GEOCITIES 6.01 > > > This rule does NOT work. > > uri GEOCITIES_YAHOO > /^http:\/\/[a-z0-9-]{1,30}\.geocities\.yahoo\.com\.br\b/i > describe GEOCITIES_YAHOO High amounts of spam from Geocities. > score GEOCITIES_YAHOO 6.01 > > > My regexp foo is non existent, but at least I *did* try. Can someone > tell me what went wrong? :-)
Can you post a sample URI that failed to match? If the first rule matches, and the second rule doesn't I can conclude that the URI is definitely does NOT contain the string geocities.yahoo.com.br. If it did, the first rule would not match.