Re: [exim] Sender rate limiting based on recipient address?

Etusivu
Poista viesti
Vastaa
Lähettäjä: Graeme Fowler
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] Sender rate limiting based on recipient address?
On 16 Oct 2015, at 16:03, Jeremy Harris <jgh@???> wrote:
> Use a key for the ratelimit lookup built from both the sender and recipient


I do something similar here for a 'reputation' check, setting keys such as:

$sender_host_address::rcpt
$sender_host_address::badmail
$sender_host_address::goodmail

...and so on. You can synthesise keys in any way you like.

Graeme