On Tue, 22 May 2007, Theo Van Dinter wrote:
On Tue, May 22, 2007 at 11:02:16PM -0400, Duncan Findlay wrote:
as well as:
'perldoc Mail::SpamAssassin::Plugin::AutoLearnThreshold'
where they both have the nonspam default documented as 0.1.
That looks like a documentation bug. :-) It'd be great if somebody
reported that to the bugzilla at http://bugzilla.spamassassin.org/
It's not a documentation bug. The default is 0.1 in the code.
Please don't open a bug.
No bug opened.
If the default in the code is 0.1, why was the default value set
to -1.0 in $DEF_RULES_DIR/10_default_prefs.cf. If I am correct, the 0.1
default value in the code will ultimately overridden and set to -1.0.