Re: [exim] Rate Limiting

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Jeremy Harris
Data:  
Para: exim-users @ exim. org
Assunto: Re: [exim] Rate Limiting
Craig Whitmore wrote:

> warn
>      ratelimit   = 100 / 1h / per_rcpt / strict
>      log_message = Sender Rate High  - $sender_rate / $sender_rate_period
>       delay       = ${eval: ${sg{$sender_rate}{[.].*}{}} - \
>                       $sender_rate_limit }s
>       !hosts      =  +high_ratelimit

>
> with high_ratelimit a list of addresses which shouldn't be rate limited
>
> What is happening is everyone is being rate limited, but only people not in
> the high_ratelimit file are getting logged..
>
> How can I fix this? I want to rate limit people who are not in the
> high_ratelimt list.


Uh, put that test first?
-J