https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7065
--- Comment #2 from Mark Martinec <[email protected]> --- > Not sure what was the purpose of 'bayes','-1' arguments. Btw, the reason why just removing these extra arguments avoids the taint problem is that for compatibility reasons the logger treats the first argument to dbg() as a plain string (not a sprintf format) when there are no additional arguments specified in a call to dbg() or info(). So yes, the John Hardin's patch also does solve the problem just by removing the extra parameters in a dbg() call. -- You are receiving this mail because: You are the assignee for the bug.
