著者: Nick Rickard 日付: To: exim users 題目: Re: [exim] exim ratelimit on subject for incoming mail
On 11/02/16 17:42, Graeme Fowler wrote: > On 11 Feb 2016, at 17:16, Nick Rickard <nick@???>
> wrote: <snip> >
>> set acl_m_origsubject1 = $rh_subject: warn log_message = START
>> $acl_m_origsubject1 END
>>
>> (which runs on all messages as a test) simply gives "START END" in
>> the log file. How can I get h_subject to appear in the logs (as
>> some text I can incorporate into a meaningful sentence, please?
>
> Where is that placed in your ACLs? Is it in the DATA ACL, or have you
> inadvertently put it further up the transaction stack?
> within acl_check_rcpt: ACL
(and an earlier declaration of acl_smtp_rcpt = acl_check_rcpt )