Re: [Exim] problems combining router condition statements

Inizio della pagina
Delete this message
Reply to this message
Autore: Matt Bernstein
Data:  
To: Marsh, Ian
CC: 'exim-users@exim.org'
Oggetto: Re: [Exim] problems combining router condition statements
At 17:07 +0100 Marsh, Ian wrote:

>Can any advise me on how to combine these two router condition statements
>into one? What ever I try it keeps winging about 'missing or misplaced { or
>}'!
>
>condition =
>${lookup{$sender_address}dbm{/usr/local/exim/bypass/bypass.from}{yes}{no}}
>condition =
>${lookup{$sender_address}dbm{/usr/local/exim/bypass/bypass.to}{yes}{no}}


does this work?
condition = ${if and {${lookup1}}{${lookup2}}{yes}{no}}

Matt