On Mon, May 13, 2002 at 12:16:44PM -0400, Ben Bullock wrote:
> Just on a hunch, I commented out the line:
> return if (defined($ENV({'RELAYCLIENT'}));
> in the spamassassin subroutine in qmail-scanner-queue.pl.
> spamassassin parsed the next test message and printed the 
> X-spam-status: report in the header.  There were also a couple of lines 
> in qmail-queue.log that indicated spamassassin had successfully run.
>  

That check is there to stop SA running on "locally generated" mail. i.e. any
mail sent from a client IP address that is classified as being allowed to
RELAY. This is done for two reasons:

1> it cuts down load load
2> as SA doesn't run on locally-generated email, it cannot possibly cause
   false positives.
   
You are right to mention this. There was some discussion a while back on how
to stop SA running on locally-generated email, and I did the RELAYCLIENT
trick to fix it - but I never documented it...

Better fix that  :-)

-- 
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]
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to