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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Graeme Fowler
日付:  
To: exim-users
題目: 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