Ben wrote:
On 2014.12.08 10.13, Mark Martinec wrote:
btb wrote:
i hope it's not too soon to ask about this again.  i'm not quite sure
how to debug something like this when when it's --debug that is what
behaves differently :)  i've put the commands and output into a
pastebin this time.

Please show the debug output from:
   spamassassin --test-mode --debug bayes <message3.txt

http://dpaste.com/3N49S6P.txt

(or paste the full debug from:
   spamassassin --test-mode --debug <message3.txt

http://dpaste.com/3189XPC.txt

i did both just in case.

-ben


Great, thanks!

Does the following patch help?

--- lib/Mail/SpamAssassin/BayesStore/DBM.pm     (revision 1643879)
+++ lib/Mail/SpamAssassin/BayesStore/DBM.pm     (working copy)
@@ -1348,7 +1348,7 @@
     if ($opts->{verbose}) {
       print $msg,"\n";
     } else {
-      dbg($msg);
+      dbg("%s", $msg);
     }
   }


Mark

Reply via email to