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

Top Page
Delete this message
Reply to this message
Author: Giuliano Gavazzi
Date:  
To: Douglas Gray Stephens, exim-users
Subject: 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