Re: [exim] condition help

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Marc Perkel
Datum:  
To: Alex
CC: exim users
Betreff: Re: [exim] condition help


Alex wrote:
> What's wrong?
>
> condition = ${if { {match {$h_X-ACL-Warn:}{.*malware.*} } {yes}{no} }
>


Actually this should work:

condition = ${if {match {$h_X-ACL-Warn:}{malware} {yes}{no} }