------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

http://www.exim.org/bugzilla/show_bug.cgi?id=428


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #6 from [EMAIL PROTECTED]  2007-06-20 09:55 -------
(In reply to comment #0)
> Ratelimiting is great. It should be expanded to the point where greylist logic
> can be written using just Exim ACLs. It needs:
> 
> The ability to increment a counter without returning a true or false result to
> the calling ACL.

You can already do this by simply using a "warn" acl verb preceding the
"ratelimit" command. The returned result is irrelevant - all it dictates is
what happens to the following modifier(s); if the result is "true" then the
modifiers are actioned, if it is "false" then they are skipped. In both cases
control passes to the next ACL statement.

> The ability to test a count without incrementing the count. 
> 
> This would allow one ACL to count and a different ACL to test. Would be a huge
> improvement.

Please test the patch.

Graeme

-- 
Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details 
at http://www.exim.org/ ##

Reply via email to