https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7065
--- Comment #4 from Mark Martinec <[email protected]> --- > Not sure what was the purpose of 'bayes','-1' arguments. > Looks like some leftover. Digging into old versions I can see that in 3.0.1 the dbg() would still accept two additional arguments: sub dbg { ... my ($msg, $codepath, $level) = @_; so these is what 'bayes','-1' represented. The 3.1.0 changed this and level became implied by calling either dbg() or info(). Changed some time in 2005. -- You are receiving this mail because: You are the assignee for the bug.
