Bug 2570 - Error message while testing spamassassin -t about AUTOLOAD
Summary: Error message while testing spamassassin -t about AUTOLOAD
Status: RESOLVED WORKSFORME
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamassassin (show other bugs)
Version: 2.61
Hardware: Other Linux
: P5 major
Target Milestone: 3.0.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-09 02:07 UTC by David Roth
Modified: 2004-02-18 11:54 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description David Roth 2003-10-09 02:07:29 UTC
After getting everything to compile, and installed, I did the following test as suggested in 
the USAGE document:

	spamassassin -t < sample-spam.txt  > spam.out

and got this error:

Use of inherited AUTOLOAD for non-method Sys::Hostname::SYS_gethostname() is 
deprecated at /usr/lib/perl5/5.6.1/i686-linux/Sys/Hostname.pm line 71.

I checked the spam.out and it appears to have done its job as tagging it as SPAM, "X-
Spam-Flag: YES". But I don't want to ignore this error message.

I get the same exact error for the:
	spamassassin -t < sample-nonspam.txt > nonspam.out

The USAGE documentation states "If the commands do not work, DO NOT PROCEED TO 
THE NEXT STEP, as you will lose mail!".

My ISP's webserver is running Red Hat Linux release 7.3 and Perl, v5.6.1 built for i686-
linux.
Comment 1 David Roth 2004-01-12 02:55:03 UTC
Bug still exists as described in SA 2.61.
Comment 2 Justin Mason 2004-02-18 20:54:40 UTC
works fine everywhere else I'm afraid -- I think you've got an issue with
your/their perl install.  it can be ignored.