On Fri, 2009-10-23 at 13:04 -0400, MySQL Student wrote:
> > SpamAssassin DOES NOT bypass scanning, if the internal or trusted
> > networks contain the server in it.
>
> Hmm.. thanks for correcting me.
>
> How would you, then, go about preventing SA from scanning the
> localhost or a specific domain without whitelisting that domain or
> range?
Don't feed the mail to SA. That's the responsibility of your glue,
whatever passes mail to SA.
SA scans *any* mail it gets passed. Using the Shortcircuit plugin, you
can e.g. have SA end early -- but for shortcircuiting to happen, SA
obviously must process the mail.
--
char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}