summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTony Finch <dot@dot.at>2005-06-10 19:27:05 +0000
committerTony Finch <dot@dot.at>2005-06-10 19:27:05 +0000
commitfe0dab1189fa5050480bcc5f07df41c449aa92bf (patch)
tree9e701b4a73531776d84dd7500fcbfc1e325e3229 /doc
parent28e6ef293e17995d56f1510cdf4f510b84034a83 (diff)
Another ratelimit tweak. I didn't anticipate people using per_cmd
ratelimits more than once in the same ACL (e.g. to increase the delay for higher rates) so the code didn't do the right thing in that situation. There's now a per_cmd cache which is reset at the start of each ACL run.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 37e13a4ff..e7951b33d 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.151 2005/06/10 13:39:52 tom Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.152 2005/06/10 19:27:05 fanf2 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -35,7 +35,8 @@ PH/04 Installed a modified version of Tony Finch's patch to make submission
TF/03 Added the control = fakedefer ACL modifier.
-TF/04 Added the ratelimit ACL condition. See NewStuff for details.
+TF/04 Added the ratelimit ACL condition. See NewStuff for details. Thanks to
+ Mark Lowes for thorough testing.
TK/02 Rewrote SPF support to work with libspf2 versions >1.2.0.