On Tue, 13 Jan 2004, Larry Starr <[EMAIL PROTECTED]> wrote:

> I have devised the following rule, intended to identify URI's that
> contain no dot(s).
> 
> uri     FCS_URI_NODOTS          /^[^\.]*$/
> describe    FCS_URI_NODOTS      URI found with no Dots (.)
> score       FCS_URI_NODOTS          3.0
> 
> I believe that any "Valid" URI will contain, at least, one dot (".").

I got a FP this morning on this; the following was in a security bulletin
as an example:

        http://localhost

I realized that any URI with "localhost" as the host might trigger this 
rule, so I added an exception for that host.

-- 
Brent J. Nordquist <[EMAIL PROTECTED]> N0BJN
Other contact information: http://kepler.acns.bethel.edu/~bjn/contact.html
* Fast pipe * Always on * Get out of the way - Tim Bray http://tinyurl.com/7sti



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to