You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2004/04/27 03:36:48 UTC

svn commit: rev 10298 - incubator/spamassassin/trunk/rules

Author: jm
Date: Mon Apr 26 18:36:47 2004
New Revision: 10298

Modified:
   incubator/spamassassin/trunk/rules/23_bayes.cf
   incubator/spamassassin/trunk/rules/50_scores.cf
Log:
bug 2419: expand Bayes score breakdown near the extremes

Modified: incubator/spamassassin/trunk/rules/23_bayes.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/23_bayes.cf	(original)
+++ incubator/spamassassin/trunk/rules/23_bayes.cf	Mon Apr 26 18:36:47 2004
@@ -27,7 +27,9 @@
 ###########################################################################
 
 body BAYES_00           eval:check_bayes('0.00', '0.01')
-body BAYES_01           eval:check_bayes('0.01', '0.10')
+body BAYES_01           eval:check_bayes('0.01', '0.02')
+body BAYES_02           eval:check_bayes('0.02', '0.05')
+body BAYES_05           eval:check_bayes('0.05', '0.10')
 body BAYES_10           eval:check_bayes('0.10', '0.20')
 body BAYES_20           eval:check_bayes('0.20', '0.30')
 body BAYES_30           eval:check_bayes('0.30', '0.40')
@@ -42,11 +44,15 @@
 body BAYES_60           eval:check_bayes('0.60', '0.70')
 body BAYES_70           eval:check_bayes('0.70', '0.80')
 body BAYES_80           eval:check_bayes('0.80', '0.90')
-body BAYES_90           eval:check_bayes('0.90', '0.99')
+body BAYES_90           eval:check_bayes('0.90', '0.95')
+body BAYES_95           eval:check_bayes('0.95', '0.98')
+body BAYES_98           eval:check_bayes('0.98', '0.99')
 body BAYES_99           eval:check_bayes('0.99', '1.00')
 
 tflags BAYES_00         nice learn
 tflags BAYES_01         nice learn
+tflags BAYES_02         nice learn
+tflags BAYES_05         nice learn
 tflags BAYES_10         nice learn
 tflags BAYES_20         nice learn
 tflags BAYES_30         nice learn
@@ -58,10 +64,14 @@
 tflags BAYES_70         learn
 tflags BAYES_80         learn
 tflags BAYES_90         learn
+tflags BAYES_95         learn
+tflags BAYES_98         learn
 tflags BAYES_99         learn
 
 describe BAYES_00	Bayesian spam probability is 0 to 1%
-describe BAYES_01	Bayesian spam probability is 1 to 10%
+describe BAYES_01	Bayesian spam probability is 1 to 2%
+describe BAYES_02	Bayesian spam probability is 2 to 5%
+describe BAYES_05	Bayesian spam probability is 5 to 10%
 describe BAYES_10	Bayesian spam probability is 10 to 20%
 describe BAYES_20	Bayesian spam probability is 20 to 30%
 describe BAYES_30	Bayesian spam probability is 30 to 40%
@@ -72,6 +82,8 @@
 describe BAYES_60	Bayesian spam probability is 60 to 70%
 describe BAYES_70	Bayesian spam probability is 70 to 80%
 describe BAYES_80	Bayesian spam probability is 80 to 90%
-describe BAYES_90	Bayesian spam probability is 90 to 99%
+describe BAYES_90	Bayesian spam probability is 90 to 95%
+describe BAYES_95	Bayesian spam probability is 95 to 98%
+describe BAYES_98	Bayesian spam probability is 98 to 99%
 describe BAYES_99	Bayesian spam probability is 99 to 100%
 

Modified: incubator/spamassassin/trunk/rules/50_scores.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/50_scores.cf	(original)
+++ incubator/spamassassin/trunk/rules/50_scores.cf	Mon Apr 26 18:36:47 2004
@@ -788,6 +788,8 @@
 
 score BAYES_00 0 0 -4.901 -4.900
 score BAYES_01 0 0 -0.600 -1.524
+score BAYES_02 0 0 -0.600 -1.524
+score BAYES_05 0 0 -0.600 -1.524
 score BAYES_10 0 0 -0.734 -0.908
 score BAYES_20 0 0 -0.127 -1.428
 score BAYES_30 0 0 -0.349 -0.904
@@ -799,6 +801,8 @@
 score BAYES_70 0 0 2.142 2.255
 score BAYES_80 0 0 2.442 1.657
 score BAYES_90 0 0 2.454 2.101
+score BAYES_95 0 0 2.454 2.101
+score BAYES_98 0 0 2.454 2.101
 score BAYES_99 0 0 5.400 5.400
 
 #