SA Bugzilla – Bug 2391
auto_learn thresholds not updated in documentation
Last modified: 2003-09-02 09:27:16 UTC
As of 2.60-rc3 the documentation in man Mail::SpamAssassin::Conf still refers to the old auto_learn_ham and auto_learn_spam thresholds. The following files in the source distribution still refer to the old scores of -2 and 15: egrep -r auto_learn * | egrep "(-2|15)" blib/lib/Mail/SpamAssassin/Conf.pm: $self-> {bayes_auto_learn_threshold_nonspam} = -2.0; blib/lib/Mail/SpamAssassin/Conf.pm: $self->{bayes_auto_learn_threshold_spam} = 15.0; blib/lib/Mail/SpamAssassin/Conf.pm:=item bayes_auto_learn_threshold_nonspam n.nn (default -2.0) blib/lib/Mail/SpamAssassin/Conf.pm:=item bayes_auto_learn_threshold_spam n.nn (default 15.0) blib/man3/Mail::SpamAssassin::Conf.3:.IP "bayes_auto_learn_threshold_nonspam n.nn (default \-2.0)" 4 blib/man3/Mail::SpamAssassin::Conf.3:.IX Item "bayes_auto_learn_threshold_nonspam n.nn (default -2.0)" blib/man3/Mail::SpamAssassin::Conf.3:.IP "bayes_auto_learn_threshold_spam n.nn (default 15.0)" 4 blib/man3/Mail::SpamAssassin::Conf.3:.IX Item "bayes_auto_learn_threshold_spam n.nn (default 15.0)" lib/Mail/SpamAssassin/Conf.pm: $self->{bayes_auto_learn_threshold_nonspam} = - 2.0; lib/Mail/SpamAssassin/Conf.pm: $self->{bayes_auto_learn_threshold_spam} = 15.0; lib/Mail/SpamAssassin/Conf.pm:=item bayes_auto_learn_threshold_nonspam n.nn (default -2.0) lib/Mail/SpamAssassin/Conf.pm:=item bayes_auto_learn_threshold_spam n.nn (default 15.0)
duplicate of later bug (sorry, already attached fix there) *** This bug has been marked as a duplicate of 2400 ***