On Fri, Nov 10, 2006 at 08:12:11AM -0800, Marc Perkel wrote: > So what I need apparently is a pair of acls and trying to understand how > it works. The first ACL will need to read the rate into an ACL variable > without adding to the total. I guess if I had a condition in the acl > that forced it to be false then the count wouldn't increase? But if it's > false, can I set the variable?
What you are wanting to do is not currently possible in Exim 4.63. There is currently no way to read a ratelimit value without incrementing at least once. Feel free to whip up a patch for the rest of us though, I would love to see that as a feature. -- Dean Brooks [EMAIL PROTECTED] -- ## 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/
