Re: [exim] condition help

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Marc Perkel
Fecha:  
A: Alex
Cc: exim users
Asunto: 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} }