Re: [Exim] How to try more than one router?

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Daniel Drucker
Data:  
Para: Dean Brooks
CC: exim-users
Assunto: Re: [Exim] How to try more than one router?
> Actually, I had the above condition backwards. That's what I get
> for copying and pasting from my own config. It should be:
>
>      condition = ${if < {$message_age}{900}{yes}{no}}


Thank you! That worked perfectly!

- Daniel