On Tue, 1 Jun 2004, Matt Kettler wrote: > Suggested test rules to see if a hi-bit or control character is being used: > uri LOCAL_URI_HIBIT /[\x80-\xFF]/ > score LOCAL_URI_HIBIT 0.01 > uri LOCAL_URI_CTRL /[\x00-\x1f]/ > score LOCAL_URI_CTRL 0.01
Thanks, I'll drop those in....... I'm also adding equivalent 'body' rules, just in case the placement of the hibit character makes SA think it's not a URI..... - C