Re: [exim] rspamd add header ACL problem

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: Renaud Allard
CC: Exim Users
Subject: Re: [exim] rspamd add header ACL problem
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