Re: [exim] condition help

Top Page
Delete this message
Reply to this message
Author: Marc Perkel
Date:  
To: Alex
CC: exim users
Subject: 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} }