Hi, > Lots of ham may contain a URI, but how much ham contains ONLY a URI? > > Rough outline of rule, untested..... > > rawbody __BODY_ONLY_URI > /^[^a-z]{0,10}(http:\/\/|www\.)(\w+\.)+(com|net|org|biz|cn|ru)\/?[^ > ]{0,20}[a-z]{0,10}$/msi > > Combine that with 'frequent abusers' like Yahoo, and you've got something > you can give a few points....
This allows for some amount (up to ten chars?) of text before and after the URI if I'm reading that right, correct? Is it possible to determine the beginning of the line with a body rule? I didn't think that was possible. I believe this is also what this is trying to do? Thanks, Alex