Re: [exim] condition help

Góra strony
Delete this message
Reply to this message
Autor: Marc Perkel
Data:  
Dla: Alex
CC: exim users
Temat: 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} }