On Wed, 16 May 2007, Jean-Paul Natola wrote:
Jean-Paul Natola wrote:
Ok I was able to track them and found that they are timing out after about
5
mins- spamd is timing them out- I'm assuming its large messages that it is
timing out on- what rule/acl would I need and WHERE would I enter it to
tell SA to ignore or not to scan anything over 1 meg.
This is a parameter to spamc, the -s parameter does this, and by default
spamc will not send anything over 500k to spamd.
So is it possible spamc is either A) not being called- or the B) the default
500k setting somehow got corrupted?
Also, looking back in the archive, it looks like the following:
condition = ${if <{$message_size}{500k}{1}{0}}
could be placed under the spam checking ACL. Not quite sure where the ACL
is as I do not use Exim.
P.s. You would substitue 500k for what ever size you want to scan.