summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTony Finch <dot@dot.at>2005-09-15 12:22:41 +0000
committerTony Finch <dot@dot.at>2005-09-15 12:22:41 +0000
commit5a83e4d8b617061f456a6a0c833b8716e72a51e4 (patch)
tree0241ffe6722ed7587201014457d6212e71564473 /doc
parent2e88a017b6c7a845bc223b2b883e10828407c00c (diff)
A couple of little ratelimit documentation fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/NewStuff7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 82a239230..cd69ef60e 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.70 2005/09/13 17:51:05 fanf2 Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.71 2005/09/15 12:22:41 fanf2 Exp $
New Features in Exim
--------------------
@@ -291,7 +291,7 @@ TF/04 There is a new ratelimit ACL condition which can be used to measure
rate limit. Conversely, if m and p are both small then messages must be
sent at an even rate.
- The key is used to look up the data used to calcluate the client's
+ The key is used to look up the data used to calculate the client's
average sending rate. This data is stored in a database maintained by
Exim in its spool directory alongside the retry database etc. For
example, you can limit the sending rate of each authenticated user,
@@ -306,7 +306,8 @@ TF/04 There is a new ratelimit ACL condition which can be used to measure
Each ratelimit condition can have up to two options. The first option
specifies what Exim measures the rate of, and the second specifies how
- Exim handles excessively fast clients.
+ Exim handles excessively fast clients. The options are separated by a
+ slash, like the other parameters.
The per_mail option means that it measures the client's rate of sending
messages. This is the default if none of the per_* options is specified.