On Tue, Jul 09, 2002 at 06:42:15PM +0100, Justin Mason wrote: > although I seem to recall some questions on the razor list about Razor > matching anything, and I haven't seen many hits in the past few days, > but I haven't had any time to investigate, myself :(
Well: mysql> select COUNT(*) from reported where date > '2002-06-26 00:00:00' and rules like '%RAZOR_CHECK%'; +----------+ | COUNT(*) | +----------+ | 351 | +----------+ mysql> select COUNT(*) from reported where date > '2002-06-26 00:00:00'; +----------+ | COUNT(*) | +----------+ | 532 | +----------+ which is actually much better than I usually find... That's a 66% hit rate versus the whole set I'm tracking: mysql> select COUNT(*) from reported; +----------+ | COUNT(*) | +----------+ | 5383 | +----------+ 1 row in set (0.00 sec) mysql> select COUNT(*) from reported where rules like '%RAZOR_CHECK%'; +----------+ | COUNT(*) | +----------+ | 1752 | +----------+ or a 33% hit rate. -- Randomly Generated Tagline: "Happiness" is a direction, not a place. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Stuff, things, and much much more. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk