Re: [exim] rspamd add header ACL problem

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Graeme Fowler
Ημερομηνία:  
Προς: Renaud Allard
Υ/ο: 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