RE: [exim] Exiscan: Skip spamassassin checks on big messages

Top Page
Delete this message
Reply to this message
Author: David Brodbeck
Date:  
To: 'Dennis Skinner'
CC: 'exim-users@exim.org'
Subject: RE: [exim] Exiscan: Skip spamassassin checks on big messages
> -----Original Message-----
> From: Dennis Skinner [mailto:dskinner@bluefrog.com]


> I hope you have your spam checks at the very end of your
> ACL's. You are
> skipping everything else after that "accept" for messages
> over 1M.


Yes, they're the last thing. I have them last because they're the most
"expensive" in terms of CPU time, so if there's any other excuse to reject
the message I don't have to do them.

Thanks for pointing that out, though.