I edited "spamassassin" and added the following lines (probably 
overkill...) near the other "use lib" entries:

use lib '/home/user/SpamAssassin/lib';
use lib '/home/user/SpamAssassin/lib/Mail';
use lib '/home/user/SpamAssassin/lib/Mail/SpamAssassin';

Now my procmail log file is clean (woot), but I still get the "Failed to 
run A_FROM_IN_AUTO_WLIST SpamAssassin test" when testing from the command line.

So, something is funky somewhere, but according to the log there are no 
more errors. Thanks!

At Wednesday 03:12 PM 5/1/2002, Craig R Hughes wrote:
>Yeah, that's probably it then.  Sounds like perl isn't using the path where
>you've got SA installed in its lib path.  Try something like
>
>perl -I$HOME/path/to/where/sa/installed spamassassin -t < message
>
>That should force it to be able to find the perl libs it needs.
>
>C
>
>Chris Cosentino wrote:
>
>CC> Problem is that it's a "clean" install. I downloaded the latest "2.20" 
>code
>CC> and installed it for "Personal" use (it's not site wide).
>CC>
>CC> When I run the test from the command line I get only the following error:
>CC>
>CC> ===
>CC>
>CC> HOST$ spamassassin -t < sample-spam.txt > spam.out
>CC>
>CC> Failed to run A_FROM_IN_AUTO_WLIST SpamAssassin test, skipping:
>CC>          (Can't locate object method "check_for_auto_whitelist" via 
>package
>CC> "Mail::SpamAssassin::PerMsgStatus" (perhaps you forgot to load
>CC> "Mail::SpamAssassin::PerMsgStatus"?) at
>CC> lib/Mail/SpamAssassin/PerMsgStatus.pm line 1529.
>CC> )
>CC>
>CC> ===
>CC>
>CC> Like I said, it's a clean install, no earlier version had been installed.
>CC> Perhaps it's a PERL thing where it can't find the proper modules? When run
>CC> from the command line it's not generating the same errors as it does when
>CC> it's run by procmail.
>CC>
>CC> -Chris
>CC>

--
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