Hello,

after running a spam refiling script which invokes 'spamassassin -r', I
received the
following diagnostics:

/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Conf.pm line 362.
Argument "" isn't numeric in numeric lt (<) at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/BayesStore.pm line 1248.
Argument "" isn't numeric in numeric lt (<) at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/BayesStore.pm line 1248.
[repeated 20 or more times]

Here's the offeding line:

   1247     my $oldmagic = $self->{db_toks}->{$OLDEST_TOKEN_AGE_MAGIC_TOKEN}
;
   1248     if (!defined ($oldmagic) || $atime < $oldmagic) {
   1249       $self->{db_toks}->{$OLDEST_TOKEN_AGE_MAGIC_TOKEN} = $atime;
   1250     }

and the dump of the magic numbers:

0.000          0          2          0  non-token data: bayes db version
0.000          0      45244          0  non-token data: nspam
0.000          0      16623          0  non-token data: nham
0.000          0     477886          0  non-token data: ntokens
0.000          0          0          0  non-token data: oldest atime
0.000          0 1916183140          0  non-token data: newest atime
0.000          0 1071074447          0  non-token data: last journal sync
atime
0.000          0 1071045963          0  non-token data: last expiry atime
0.000          0      43200          0  non-token data: last expire atime
delta
0.000          0          0          0  non-token data: last expire
reduction count

Things had been working fine up to this point.

should I try an 'sa-learn --rebuild' at this point?




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to