Re: [Exim] Basic teergrubing with Exim 4.11

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Kevin P. Fleming
Datum:  
CC: Exim-users
Betreff: 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.