Re: [Exim] Basic teergrubing with Exim 4.11

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Kevin P. Fleming
Fecha:  
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.