On 08/15/2017 11:19 AM, Graeme Fowler wrote:
> On 11 Aug 2017, at 08:11, Renaud Allard via Exim-users
> <exim-users@??? <mailto:exim-users@exim.org>> wrote:
>> condition = ${if eq{$spam_action}{add header}}
>
> I'd make that
>
> condition = ${if match{$spam_action}{\N^add header$\N}}
>
> Graeme
Actually, the condition works, it was just not at the right place in the
ACL block.