Re: [exim] rspamd add header ACL problem

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Graeme Fowler
日付:  
To: Renaud Allard
CC: Exim Users
題目: 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