Thanks for your reply Jason. Here is the result:

# sa-learn --dump magic
Use of uninitialized value in numeric lt (<) at 
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/BayesStore.pm line 1281.
0.000          0          0          0  non-token data: bayes db version
0.000          0          0          0  non-token data: nspam
0.000          0          0          0  non-token data: nham
0.000          0          0          0  non-token data: ntokens
0.000          0          0          0  non-token data: oldest atime
0.000          0          0          0  non-token data: current scan-count
0.000          0          0          0  non-token data: last expiry atime


Here is the relavent portion (lines 1278-1289) of  
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/BayesStore.pm

-------------------------------------------------------------------------------
sub scan_count_get {
  my ($self) = @_;
                                                                                       
                                                                      
  if ( $self->{db_version} < 2 ) {
    my ($count) = $self->get_magic_tokens();
    my $path = $self->{scan_count_little_file};
    $count += (defined $path && -e $path ? -s _ : 0);
    return $count;
  }
                                                                                       
                                                                      
  0;
}
-------------------------------------------------------------------------------


Regards,
Brad

On Thursday 16 October 2003 08:49, you wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On October 15, 2003 02:15 pm, Brad wrote:
> > SA doesn't appear to learn from my SPAM mailbox:
> >
> > sa-learn --mbox --spam /home/<user>/SPAM
> > Learned from 0 message(s) (521 message(s) examined).
> >
> > Does anyone know why this is?
>
> Does it already know them?
>
> What is the nspam output of "sa-learn --dump magic"?
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.2 (GNU/Linux)
>
> iD8DBQE/jc73kPEFhVei73QRAukiAJ9IZZ2gEk+bRqkY+YsPT3njrHHAegCginrg
> 9JXJL03+pWQSCJdWUr/ZkJs=
> =lrRJ
> -----END PGP SIGNATURE-----



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to