Re: [exim] Stumped on router conditions

Góra strony
Delete this message
Reply to this message
Autor: Graeme Fowler
Data:  
Dla: exim-users
Temat: Re: [exim] Stumped on router conditions
Even simpler -

router1:
condition = ${if ...

router1:
!condition = ${if ...

It's the exact same condition test, but in the first it'll run if the
condition returns true, and in the second if it's false.

Graeme