[exim] Slowing With Ratelimit

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Matt
Datum:  
To: exim-users
Betreff: [exim] Slowing With Ratelimit
I have this to ratelimit senders:

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


Is there a way to only apply this ratelimit to non local addresses?
Perhaps one statement for local addresses and a seperate for non local
so they are not in same bundle or ratelimited the same?