RTFM me if this is obvious but I looked googled, archived and read docs and couldn't find how to how many messages have been scanned in 2.60. It looks like the old bayes_msgcount file is no longer used. sa-learn --dump doesn't seem to provide this info either.
From: 2.60: lib/Mail/SpamAssassin/BayesStore.pm
385 # older versions used scancount, so kill the stupid little file ...
386 my $msgc = $path.'_msgcount';
387 if ( -f $msgc ) {
388 dbg("bayes: old msgcount file found, removing.");
389 if ( !unlink $msgc ) {
390 warn "Couldn't remove $msgc: $!";
391 }
392 }
0.000 0 2 0 non-token data: bayes db version
0.000 0 5361 0 non-token data: nspam
0.000 0 6397 0 non-token data: nham
0.000 0 175996 0 non-token data: ntokens
0.000 0 1062181203 0 non-token data: oldest atime
0.000 0 1063218233 0 non-token data: newest atime
0.000 0 1063217210 0 non-token data: last journal sync atime
0.000 0 1063196217 0 non-token data: last expiry atime
0.000 0 0 0 non-token data: last expire atime delta
0.000 0 0 0 non-token data: last expire reduction count
What am i missing?
TIA pete
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk