Problem is that it's a "clean" install. I downloaded the latest "2.20" code 
and installed it for "Personal" use (it's not site wide).

When I run the test from the command line I get only the following error:

===

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

Failed to run A_FROM_IN_AUTO_WLIST SpamAssassin test, skipping:
         (Can't locate object method "check_for_auto_whitelist" via package 
"Mail::SpamAssassin::PerMsgStatus" (perhaps you forgot to load 
"Mail::SpamAssassin::PerMsgStatus"?) at 
lib/Mail/SpamAssassin/PerMsgStatus.pm line 1529.
)

===

Like I said, it's a clean install, no earlier version had been installed. 
Perhaps it's a PERL thing where it can't find the proper modules? When run 
from the command line it's not generating the same errors as it does when 
it's run by procmail.

-Chris

At Wednesday 02:23 PM 5/1/2002, Craig R Hughes wrote:
>I think what those messages are showing is that your perl code is out of sync
>with your config files.  You have more recent config files than .pm files, and
>so as we've added eval rules, you haven't got the actual implementation of 
>those
>evals, and so spamassassin is failing to execute the rules the config 
>files are
>telling it about.  Check to make sure you've got the most recent distribution
>properly installed, and those messages should go away.  You're correct in
>assuming that it just means that those rules aren't executing, and the rest
>still are, but obviously that will reduce the effectiveness of the filtering,
>particularly since the eval rules tend to be more effective filters than the
>regexes (not always, but generally) since the checks they perform are somewhat
>more involved.
>
>C
>
>Chris Cosentino wrote:
>
>CC> Hi,
>CC>
>CC> I installed Spam Assasin and it is tagging SPAM correctly, but when I 
>check
>CC> my procmail log I see the following (below) for every message. Any ideas?
>CC> It seems to be just these features that are not working, while the rest of
>CC> them are.
>CC>
>CC> Any help is greatly appreciated. Thanks!
>CC>
>CC> ====================
>CC> Failed to run LINES_OF_YELLING SpamAssassin test, skipping:
>CC>          (Can't locate object method "check_for_yelling" via package
>CC> "Mail::SpamAssassin::PerMsgStatus" (perhaps you forgot to load
>CC> "Mail::SpamAssassin::PerMsgStatus"?) at
>CC> /usr/lib/perl5.6/site-perl/5.6.1/Mail/SpamAssassin/PerMsgStatus.pm 
>line 1077.
>CC> )
>CC> Failed to run LINES_OF_YELLING_2 SpamAssassin test, skipping:
>CC>          (Can't locate object method "check_for_num_yelling_lines" via
>CC> package "Mail::SpamAssassin::PerMsgStatus" (perhaps you forgot to load
>CC> "Mail::SpamAssassin::PerMsgStatus"?)
>CC> at /usr/lib/perl5.6/site-perl/5.6.1/Mail/SpamAssassin/PerMsgStatus.pm line
>CC> 1077.
>CC> )
>CC> Failed to run LINES_OF_YELLING_3 SpamAssassin test, skipping:
>CC>          (Can't locate object method "check_for_num_yelling_lines" via
>CC> package "Mail::SpamAssassin::PerMsgStatus" (perhaps you forgot to load
>CC> "Mail::SpamAssassin::PerMsgStatus"?)
>CC> at /usr/lib/perl5.6/site-perl/5.6.1/Mail/SpamAssassin/PerMsgStatus.pm line
>CC> 1077.
>CC> )
>CC> Failed to run FORGED_JUNO_RCVD SpamAssassin test, skipping:
>CC>          (Can't locate object method
>CC> "check_for_forged_juno_received_headers" via package
>CC> "Mail::SpamAssassin::PerMsgStatus" (perhaps you forgot to load
>CC> "Mail::SpamAssassin::PerMs
>CC> gStatus"?) at
>CC> /usr/lib/perl5.6/site-perl/5.6.1/Mail/SpamAssassin/PerMsgStatus.pm 
>line 1077.
>CC> )
>CC> Failed to run SUBJ_ALL_CAPS SpamAssassin test, skipping:
>CC>          (Can't locate object method "subject_is_all_caps" via package
>CC> "Mail::SpamAssassin::PerMsgStatus" (perhaps you forgot to load
>CC> "Mail::SpamAssassin::PerMsgStatus"?) at /usr/
>CC> lib/perl5.6/site-perl/5.6.1/Mail/SpamAssassin/PerMsgStatus.pm line 1077.
>CC> )
>CC> Failed to run SUBJ_MISSING SpamAssassin test, skipping:
>CC>          (Can't locate object method "subject_missing" via package
>CC> "Mail::SpamAssassin::PerMsgStatus" (perhaps you forgot to load
>CC> "Mail::SpamAssassin::PerMsgStatus"?) at /usr/lib/
>CC> perl5.6/site-perl/5.6.1/Mail/SpamAssassin/PerMsgStatus.pm line 1077.
>CC> )
>CC>   From [EMAIL PROTECTED]  Wed May  1 09:46:58 2002
>CC>   Subject: test

--
Chris Cosentino
Cisco Systems, Inc.
[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to