Re: [Exim] Basic teergrubing with Exim 4.11

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Kevin P. Fleming
Dátum:  
CC: Exim-users
Tárgy: 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.