You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/10/12 04:53:09 UTC

svn commit: rev 54647 - spamassassin/branches/3.0/lib/Mail/SpamAssassin

Author: felicity
Date: Mon Oct 11 19:53:08 2004
New Revision: 54647

Modified:
   spamassassin/branches/3.0/lib/Mail/SpamAssassin/Conf.pm
Log:
changing comment since it's IMO exactly what we don't want to do

Modified: spamassassin/branches/3.0/lib/Mail/SpamAssassin/Conf.pm
==============================================================================
--- spamassassin/branches/3.0/lib/Mail/SpamAssassin/Conf.pm	(original)
+++ spamassassin/branches/3.0/lib/Mail/SpamAssassin/Conf.pm	Mon Oct 11 19:53:08 2004
@@ -3272,7 +3272,8 @@
   $self->{headers_ham}->{"Checker-Version"} =
                 $self->{headers_spam}->{"Checker-Version"};
 
-  # these are now unsettable by end-users; TODO: move out of Conf
+  # these should potentially be settable by end-users
+  # perhaps via plugin?
   $self->{num_check_received} = 9;
   $self->{bayes_expiry_pct} = 0.75;
   $self->{bayes_expiry_period} = 43200;