Jean-Paul Natola wrote:
My most recent discovery was SA hanging on huge attachments ( from
web-designers) , I'm currently  TRYING to modify Exim to NOT send messages
over 500k to SA- as most spam is usually just a few k-
This is generally a good idea and can be easily accomplished in Exim. Just add the following condition to your spam checking ACL.

condition = ${if <{$message_size}{500k}{1}{0}}

Steven

Reply via email to