http://bugzilla.spamassassin.org/show_bug.cgi?id=3843
------- Additional Comments From [EMAIL PROTECTED] 2004-10-04 14:28 -------
Subject: Re: Hashcash plugin is failing
On Mon, Oct 04, 2004 at 02:12:08PM -0700, [EMAIL PROTECTED] wrote:
> Argument "" isn't numeric in addition (+)
> at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Plugin/Hashcash.pm line
> 81.
> Learned from 0 message(s) (0 message(s) examined).
Line 81 is:
if ( $key eq 'use_hashcash' ) {
$conf->{use_hashcash} = $value+0; return 1;
}
So it sounds like there's a malformed "use_hashcash" somewhere in your config.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.