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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Daniel Drucker
Fecha:  
A: Dean Brooks
Cc: exim-users
Asunto: 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