Re: [exim] Match $h_To

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Evgeniy Berdnikov
Fecha:  
A: exim-users
Asunto: Re: [exim] Match $h_To
On Wed, Jul 09, 2014 at 10:16:01AM -0700, Brian Spraker wrote:
> Attempting to do a match for $h_To for the vacation / out of office reply item that was sent to the group a while ago.
>
> Here is my line:
>
> ${if { match {$h_To:} {(?i).*emailaccount@???.* } } {no} {yes} }


First of all, syntax is incorrect: match can not be surrounded via
{ braces }. Run "exim -be ..." first.
--
Eugene Berdnikov