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. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
