On 25/02/15 19:28, Matt wrote:
> # Slow down fast senders; note the need to truncate $sender_rate
> # at the decimal point.
> warn ratelimit = 100 / 1h / per_rcpt / strict
>      delay     = ${eval: ${sg{$sender_rate}{[.].*}{}} - \
>                    $sender_rate_limit }s
> 
> 
> Anyway to make this NOT limit authenticated senders?
> 

 warn !authenticated = *
      ratelimit = 100 / 1h / per_rcpt / strict
      delay     = ${eval: ${sg{$sender_rate}{[.].*}{}} - \
                    $sender_rate_limit }s

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to