Re: [exim] Ratelimit Tricks

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Eli
日付:  
To: exim-users
題目: Re: [exim] Ratelimit Tricks
Marc wrote:
> But if the ratelimit isn't processed can I read the value into and ACL
> variable?


Value of what? A rate limit doesn't have a simple "value", it has a total
count, and a last seen timestamp, possibly an start timestamp, and maybe
some other little nifty things like bunny rabbits and carebears to go along
with it for the whole thing to work. You can't convert that in to a simple
value to put in to a variable.

You could set a variable to some arbitrary value however, just use the set
command before or after the ratelimit check - depending on when you want it
set.

Eli.