Re: [exim] Ratelimit Tricks

Top Page
Delete this message
Reply to this message
Author: Eli
Date:  
To: exim-users
Subject: 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.