Hello users, I'm using mass-check script here to check rules against a corpus and I noticed possibly a bug in the mass-check script. Before I went and created a ticket, I just want to check to see if this is a bug or if I am reading the results wrong.
I created a screen-shot to help me explain what's going on. http://www.i-is.com/mass-check.gif The top half was the HAM check and the bottom half is the SPAM run. The numbers don't seem to make sense. why does it always say: status: .... ham: 0 That first rule looks like: status: starting run stage status: 10% ham: 0 spam: 747 status: 20% ham: 0 spam: 1494 .. .. .. status: starting run stage status: 10% ham: 0 spam: 10001 status: 20% ham: 0 spam: 20002 I am thinking that those numbers in the first run should be appearing in the HAM column but they are going into the spam column. SpamAssassin version 3.2.0-r386260 running on Perl version 5.8.7 I'm running mass-check with these parameters: perl ./mass-check -p=$PWD --progress -n -j 2 --loghits --mid $netparm $tailparams --mbox ./corpus.ham/* >ham.log # mass-check rules perl ./mass-check -p=$PWD --progress -n -j 2 --loghits --mid $netparm $tailparams --mbox ./corpus.spam/* >spam.log So this appears to be a minor bug with the --progress switch on mass-check. -- Best regards, Fred mailto:[EMAIL PROTECTED]
