Re: [Exim] Basic teergrubing with Exim 4.11

Etusivu
Poista viesti
Vastaa
Lähettäjä: Kevin P. Fleming
Päiväys:  
Kopio: Exim-users
Aihe: 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.