Theo Van Dinter wrote:
On Mon, Nov 01, 2004 at 05:17:34PM -0600, Tim Litwiller wrote:
Nov 1 17:38:42 mailhost spamd[15700]: Use of uninitialized value in
numeric lt (<) at
/usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/Plugin/SPF.pm line 204,
<GEN362> line 52.
Nov 1 17:38:42 mailhost spamd[15700]: Use of uninitialized value in
concatenation (.) or string at
/usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/Plugin/SPF.pm line 205,
<GEN362> line 52.
which is
$self->register_eval_rule ("check_for_spf_helo_softfail");
You don't want line 52, you want lines 204 and 205:
if ($Mail::SPF::Query::VERSION < 1.996) {
die "Mail::SPF::Query 1.996 or later required, this is
$Mail::SPF::Query::VERSION\n";
What version of Mail::SPF::Query do you have installed? My guess is
something < 1.996.
I really have no idea as it wasn't something I installed seperately ...
I just checked and it is 1.997