On Wed, 2010-03-31 at 13:24 +0100, Keith De Souza wrote:
> My current sysadmin has now left the company and I'm new to SA and
> Exim. [...]

> I've read somewhere that the default setting for SA to scan a message
> is 500k.

That's actually the default for spamc. Messages exceeding the threshold
just won't be passed to spamd. SA (and spamd) will check everything it
gets passed.

> Can I reduce this, so that SA scans messages 100k and below?

You need to change whatever glue you are using to pass messages to SA,
and skip the scanning for messages larger than your desired threshold.

That said, IMHO 100k is rather low. Why do you want that particular
threshold?

  guenther


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