Re: [exim] condition help

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Marc Perkel
Ημερομηνία:  
Προς: Alex
Υ/ο: exim users
Αντικείμενο: 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} }