/[Apache-SVN]/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
ViewVC logotype

Diff of /spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm	2005/04/10 20:41:29	160802
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm	2005/04/10 20:44:04	160803
@@ -1208,21 +1208,6 @@ increases database size by about a facto
     type => $CONF_TYPE_BOOL
   });
 
-=item bayes_use_chi2_combining		(default: 1)
-
-Should the Bayesian classifier use chi-squared combining, instead of
-Robinson/Graham-style naive Bayesian combining?  Chi-squared produces
-more 'extreme' output results, but may be more resistant to changes
-in corpus size etc.
-
-=cut
-
-  push (@cmds, {
-    setting => 'bayes_use_chi2_combining',
-    default => 1,
-    type => $CONF_TYPE_BOOL
-  });
-
 =item bayes_journal_max_size		(default: 102400)
 
 SpamAssassin will opportunistically sync the journal and the database.

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26