I know you can do that and it's ugly. What I weant to additionally do is:
condition = condition1
condition = condition2
Andreas Metzler wrote:
>On 2004-05-04 Marc Perkel <marc@???> wrote:
>
>
>>Something I'd like in routers is to be able to specify multiple
>>"condition =" lines and that all the conditions have to be true (and)
>>for the router to be selected.
>>
>>
>
>
>condition = and {\
> {condition1}\
> {condition2}\
> }
> cu andreas
>--