Re: [exim] How to use ratelimit for a domain

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users
Sujet: Re: [exim] How to use ratelimit for a domain
On 04/12/14 20:01, William Dorrell wrote:
> warn ratelimit = 5 / 1m / per_rcpt / strict
>     delay = ${eval: ${sg{$sender_rate}{[.].*}{} -\
>     $sender_rate_limit }s

>
>
> How to I do the same thing but only when sending to a domain like bellsouth.net <http://bellsouth.net/>?


warn domains = bellsouth.net
     ratelimit ...