On Fri, 2009-10-09 at 12:25 -0400, Jason Bertoch wrote:
> Jeff Mincy wrote:
> > You have to whitelist the mailing list in the dcc whiteclnt file.
> 
> Interesting point here that I never considered.  I assumed that if I 
> whitelisted a mailing list in SA, then it would not bother calling DCC 
> and so I need not worry about DCC's config.  Is SA really calling DCC on 
> a whitelisted e-mail and, if so, why?

Probably because you are not short-circuiting on the whitelist. ;)

Any whitelist rule is just that -- a plain, ordinary rule. With a score.
There is no magic, and other matching rules always can overrule any
other fraction of the equation.

If you *know* a given message is not spam, you can just as well spare
the cycles calling SA on it -- and have your glue avoid SA for those.


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

Reply via email to