On Mon, 2008-11-17 at 03:40 -0600, lee wrote:
> Does this indicate that only incoming mail is scanned, but local mail
> is not? If so, why is that? Acl_check_data applies to all mail.
http://www.exim.org/exim-html-current/doc/html/spec_html/ch40.html#SECID190
You need to be using acl_not_smtp_mime for content scanning of local
messages. The clue is in the config - the main DATA ACL is usually
referred to by defining "acl_smtp_data = some_acl_name".
Have a read of
http://www.exim.org/exim-html-current/doc/html/spec_html/ch41.html
and look for "non-SMTP".
Graeme