Re: [Exim] Basic teergrubing with Exim 4.11

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Kevin P. Fleming
Data:  
CC: Exim-users
Asunto: Re: [Exim] Basic teergrubing with Exim 4.11
Nico Erfurth wrote:

> More interesting is to raise the delay with every failed address
>
> ${eval:$rcpt_fail_count*30}
>
> :)))


Note that you have to follow the ${eval...} with a literal 's', as Exim does not
accept time values that don't have a "period" specified. Not a big deal, but it
caught me the first time I tried it.