Lähettäjä: Marc Perkel
Päiväys:
Vastaanottaja: Alex
Kopio: exim users
Aihe: 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} }