On Mon, 02 Jun 2003 07:58:14 GMT Ralf G. R. Bergs wrote:
> On Mon, 02 Jun 2003 07:43:36 +0000 (UTC), Patrick Starrenburg wrote:
>
>> # We stall people who try 3 or more illegal recipients
>> deny message = Max 3 failed recipients allowed
>> condition = ${if >{$rcpt_fail_count}{2} {1}}
>> delay = ${eval: ($rcpt_fail_count) * 30}s
>> log_message = $rcpt_fail_count failed recipient attempts
>
> Just some kinda nitpicking -- shouldn't the error message read "Max 2
> failed recipients allowed"? :-)
>
> (Since the condition above says to deny if "more than 2" failed
> recipients have been encountered.)
Nope - just tested again myself out of interest. It says > 2 therefore 3 so
if you do three the condition trips, then when you try 4 you will find
yourself tarpitted for 90 seconds.
PS