Steven,

> Jul  6 22:38:08 saturn spamd[32217]: Argument "2.long" isn't \
>       numeric in numeric lt (<) at \
> /usr/lib/perl5/vendor_perl/5.10.0/Mail/SpamAssassin/PerMsgStatus.pm line
> 1004.
>
> Should I be concerned?
>
> 595 > spamassassin -V
> SpamAssassin version 3.2.5
>   running on Perl version 5.10.0
> 596 >
>
> Fedora 10
>
> Do I have a problem?

Looks like you have a typo in a config file where a format 
for HAMMYTOKENS or SPAMMYTOKENS is specified.
Argument should be 2,long, not 2.long (comma, not a dot).



man Mail::SpamAssassin::Conf :

The HAMMYTOKENS and SPAMMYTOKENS tags have an optional second argument
which specifies a format.  See the HAMMYTOKENS/SPAMMYTOKENS TAG FORMAT
section, below, for details.

HAMMYTOKENS/SPAMMYTOKENS TAG FORMAT

The HAMMYTOKENS and SPAMMYTOKENS tags have an optional second argument
which specifies a format: _SPAMMYTOKENS(N,FMT)_, _HAMMYTOKENS(N,FMT)_
The following formats are available:

[...]

long
====

Probability, declassification distance, number of times seen in a ham
message, number of times seen in a spam message, age and the token are
listed.

For example, preference file entry:

add_header all Spammy _SPAMMYTOKENS(2,long)_



  Mark

Reply via email to