Re: [Exim] Throttling mail from users (stopping DoS attacks)

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Giuliano Gavazzi
Dátum:  
Címzett: Douglas Gray Stephens, exim-users
Tárgy: Re: [Exim] Throttling mail from users (stopping DoS attacks)
At 10:26 +0000 2003/02/05, Giuliano Gavazzi wrote:
>deny message = Too many bad recipients ${eval:$rcpt_fail_count} out
>of $rcpt_count
>         condition = ${if = {${eval:$rcpt_fail_count}}{1}{yes}{no}}
>    delay = 3m


my apologies, this should have been an inequality (>) rather than an
equality test. It was inessential for the original drop action, thus
my mistake.

Giuliano