Re: [exim] Getting to email text file during data ACL?

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users @ exim. org
Subject: Re: [exim] Getting to email text file during data ACL?
Tom Kistner wrote:
> 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").


If not, and you can handle split header/body files, use something like

MSG_BASENAME = $spool_directory/input/$message_id

(assuming no split_spool_directory)

- Jeremy