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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: David Brodbeck
日付:  
To: 'Dennis Skinner'
CC: 'exim-users@exim.org'
題目: 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.