>>> On 5/16/2012 at 5:18 PM, Brent Gardner <bgardnermailingli...@gmail.com> >>> wrote: > On 05/16/2012 02:15 PM, Joseph Acquisto wrote: >>>>> On 5/16/2012 at 5:05 PM, "Joseph Acquisto"<j...@j4computers.com> wrote: >>> I have been unsuccessful creating a rule to detect and weight http links in >>> message body, such as this one below: >>> >>> http://boguslink.ru >>> >>> The ones I have created get "hits" when tested on the command line, but >>> don't seem to work in local.cf. Maybe that's the wrong place? >> I should have said, to detect the two character country code. >> > What are you using now? > > How about: > > /\.ru\b/i > > > > Brent Gardner
I will give that a try.