SOLVED -- Re: Error Message -- uninitialized value

2004-12-16 Thread Dan Mahoney, System Admin
On Wed, 15 Dec 2004, Dan Mahoney, System Admin wrote: Well, a quick perl script solved it for me: #!/usr/bin/perl use Mail::SPF::Query; if ($Mail::SPF::Query::VERSION < 1.996) { print "version is lower"; } elsif ($Mail::SPF::Query::VERSION > 1.996) { print "version $Mail::SPF::Query::VERSION is hig

Re: [sa-list] Re: [sa-list] Re: Error Message -- uninitialized value

2004-12-15 Thread Dan Mahoney, System Admin
On Wed, 15 Dec 2004, Theo Van Dinter wrote: On Wed, Dec 15, 2004 at 12:48:19PM -0500, Dan Mahoney, System Admin wrote: prime# perl -MCPAN -e shell prime# grep VERSION /usr/local/lib/perl5/site_perl/5.6.1/Mail/SPF/Query.pm $VERSION = "1.997"; So I'm a little baffled. Perhaps you have multiple versio

Re: [sa-list] Re: Error Message -- uninitialized value

2004-12-15 Thread Theo Van Dinter
On Wed, Dec 15, 2004 at 12:48:19PM -0500, Dan Mahoney, System Admin wrote: > prime# perl -MCPAN -e shell > prime# grep VERSION /usr/local/lib/perl5/site_perl/5.6.1/Mail/SPF/Query.pm > $VERSION = "1.997"; > > So I'm a little baffled. Perhaps you have multiple versions installed that SA is finding?

Re: [sa-list] Re: Error Message -- uninitialized value

2004-12-15 Thread Dan Mahoney, System Admin
On Wed, 15 Dec 2004, Theo Van Dinter wrote: On Wed, Dec 15, 2004 at 03:10:09AM -0500, Dan Mahoney, System Admin wrote: Dec 15 03:05:14 prime spamd[57032]: Use of uninitialized value in numeric lt (<) at /usr/local/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/Plugin/SPF.pm line 204, line 333. Any on

Re: Error Message -- uninitialized value

2004-12-15 Thread Theo Van Dinter
On Wed, Dec 15, 2004 at 03:10:09AM -0500, Dan Mahoney, System Admin wrote: > Dec 15 03:05:14 prime spamd[57032]: Use of uninitialized value in numeric > lt (<) at > /usr/local/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/Plugin/SPF.pm line > 204, line 333. > > Any one else get this? It looks l

Error Message -- uninitialized value

2004-12-15 Thread Dan Mahoney, System Admin
I just upgraded to 3.0.1 and I periodically see this in my logs: Dec 15 03:05:14 prime spamd[57032]: Use of uninitialized value in numeric lt (<) at /usr/local/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/Plugin/SPF.pm line 204, line 333. Dec 15 03:05:14 prime spamd[57032]: Use of uninitialized