On Fri, May 03, 2002 at 01:54:22PM -0700, Robert Leonard wrote:
> When I use the ./configure command from Qmail-Scanner I get an error
> stating..
> 
> "Something like SpamAssassin SpamC is present, but not working, -
> ignoring..."
> 

Well you could have looked in the ./configure script :-)

         SPAMC_BINARY="${SPAMC_BINARY:-$dir/spamc}"
         DD="$SPAMC_BINARY $SA_HN < ./contrib/spamc-nice.eml"
         if [ "$?" != "0" -o "echo $DD|grep 'X-Spam-Status: No'" = "" ];
         then
           echo "Something like the SpamAssassin spamc is present, but not
working - ignoring..."
          SPAMC_BINARY=''


...

So it ran "spamc < ./contrib/spamc-nice.eml" (which is not spam) and the
output from spamc didn't contain 'X-Spam-Status: No'. i.e. spamd is NOT
working correctly.

That will need to be fixed before Qmail-Scanner will bother to use it.

          
-- 
Cheers

Jason Haar

Information Security Manager
Trimble Navigation Ltd.
Phone: +64 3 9635 377 Fax: +64 3 9635 417

_______________________________________________________________

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