cfgerty a écrit :
> Hello,
> 
> the same here. Typical thing here is that the links are typical written with
> blanks like
> 
> www . something . org
> 
> Has anyone a rule which is able to validate this kind of URL's against a BL?

are there any legitimate uses of such spacings?

Otherwise, you could play with something like:

describe        URI_SPACE       body contains a spaced URI.
body            URI_SPACE
/www[\s\.\-]{1,3}[^\s\.]{1,20}[\s\.\-]{1,3}(?:org|com|net)/
score           URI_SPACE       0.01

Reply via email to