Re: [Exim] condition question

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: George Schlossnagle
Fecha:  
A: Yann Golanski
Cc: exim-users
Asunto: Re: [Exim] condition question
The brackets are matched.

Yann Golanski wrote:
>
> On Mon, Dec 04, 2000 at 11:16:58AM -0500, George Schlossnagle wrote:
> > I am trying to to require two conditions to be met on a specific
> > transport:
> >
> > "${if and {{${lookup mysql{select login from accounts where
> > login='${local_part}'}{$value}fail}}{${perl{attach_check}{${message_body}}}}}}
> >
> > I keep getting misplaced { }'s errors. Any thoughts/suggestions?
>
> Try vi (or vim) and shift+% that will match your brackets.
>
> ${if and {{${lookup mysql{select $${local_part}}}}}}
>
> --
> Dr Yann Golanski                                      Senior Developer
>          Please use PGP: http://www.kierun.org/pgp/key-planet

>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##