Autor: Marc Perkel
Data:
A: Alex
CC: exim users
Assumpte: 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} }