git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e3a311b
)
A ratelimit documentation clarification, 4.52/TF/04.
author
Tony Finch
<dot@dot.at>
Wed, 27 Jul 2005 18:27:55 +0000
(18:27 +0000)
committer
Tony Finch
<dot@dot.at>
Wed, 27 Jul 2005 18:27:55 +0000
(18:27 +0000)
doc/doc-txt/NewStuff
patch
|
blob
|
history
diff --git
a/doc/doc-txt/NewStuff
b/doc/doc-txt/NewStuff
index bddf5b8278b7387e0ddd0caed3e2385218ee0684..4df98e9def8acfd176320923cd73cf756d418d39 100644
(file)
--- a/
doc/doc-txt/NewStuff
+++ b/
doc/doc-txt/NewStuff
@@
-1,4
+1,4
@@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.5
5 2005/07/23 20:59:16 tom
Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.5
6 2005/07/27 18:27:55 fanf2
Exp $
New Features in Exim
--------------------
New Features in Exim
--------------------
@@
-164,6
+164,12
@@
TF/04 There is a new ratelimit ACL condition which can be used to measure
example, you can limit the sending rate of each authenticated user,
independent of the computer they are sending from, by setting the key
to $authenticated_id. The default key is $sender_host_address.
example, you can limit the sending rate of each authenticated user,
independent of the computer they are sending from, by setting the key
to $authenticated_id. The default key is $sender_host_address.
+ Internally, Exim includes the smoothing constant p and the options in
+ the lookup key because they alter the meaning of the stored data.
+ This is not true for the limit m, so you can alter the configured
+ maximum rate and Exim will still remember clients' past behaviour,
+ but if you alter the other ratelimit parameters Exim will effectively
+ forget their past behaviour.
Each ratelimit condition can have up to two options. The first option
specifies what Exim measures the rate of, and the second specifies how
Each ratelimit condition can have up to two options. The first option
specifies what Exim measures the rate of, and the second specifies how