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}}}}}}
>