Herb Martin wrote:
> 1) Is /var/spool/exim/scan/${message_id}/${message_id}.eml
> the path to the current message file during Data ACL
> processing?
Yes, but only if one of the content scanning ACL conditions has been
called before ("malware" or "spam"). Otherwise this file is not created
(yet).
> 2) Is the full email file available then?
Yes, including a "From ..." MBOX separator.
> 3) Is the name I am using correct for current versions of
> Exim, i.e., 4.52?
Yes, if /var/spool/exim is your spool directory. You can also use:
$spool_directory/scan/$message_id/$message_id.eml
/tom