Re: [exim] rspamd add header ACL problem

Góra strony
Delete this message
Reply to this message
Autor: Graeme Fowler
Data:  
Dla: Renaud Allard
CC: Exim Users
Temat: 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