On Fri, Dec 06, 2002 at 09:51:30AM -0500, Fox wrote: > My razor effectiveness % (% of spam razored) has dropped from 60% to 30% in > one week. Anyone experiencing anything like this? I am using 2.20 and all > parts must be spam.
I tend not to look at ~1 week timeframes and average over a month, but
Razor is down from the typical 66% average to ~51%: (SpamAssassin is
down from 98% to 96%...)
mysql> select COUNT(*) from reported where date >= '2002-12-01';
+----------+
| 301 |
+----------+
mysql> select COUNT(*) from reported where date >= '2002-12-01' and value >= 5;
+----------+
| 289 |
+----------+
mysql> select COUNT(*) from reported where date >= '2002-12-01' and rules like
'%RAZOR2%';
+----------+
| 155 |
+----------+
mysql> select 289/301,155/301;
+---------+---------+
| 0.96 | 0.51 |
+---------+---------+
--
Randomly Generated Tagline:
"Getting a penguin to pee on demand is _messy_. We're talking yellow
spots on the walls, on the ceiling, yea verily even behind the fridge."
- Linus Torvalds
msg00427/pgp00000.pgp
Description: PGP signature
