diff options
author | Nigel Metheringham <nigel@exim.org> | 2009-10-19 12:57:33 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2009-10-19 12:57:33 +0000 |
commit | f4cd9433622adb0c7d1e326daf076b4283ac74e1 (patch) | |
tree | c3c17d9a532c88ba77a6478d64bda59e34c7b717 | |
parent | dc988b7ebdcb6229e1c9c5a4682851327bb1ba23 (diff) |
Documentation correction for ratelimit. Fixes: #799
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 9541d6e06..7c070787d 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -1,4 +1,4 @@ -. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.59 2009/10/16 09:51:12 nm4 Exp $ +. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.60 2009/10/19 12:57:33 nm4 Exp $ . . ///////////////////////////////////////////////////////////////////////////// . This is the primary source of the Exim Manual. It is an xfpt document that is @@ -27000,7 +27000,7 @@ entry must set the rate for the same key (otherwise it will always be zero). For example: .code acl_check_connect: - deny ratelimit = 100 / 5m / strict / noupdate + deny ratelimit = 100 / 5m / strict / per_cmd / noupdate log_message = RATE: $sender_rate/$sender_rate_period \ (max $sender_rate_limit) .endd diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index cc1aa711f..8685e5e63 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.576 2009/10/19 12:42:13 nm4 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.577 2009/10/19 12:57:33 nm4 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -123,7 +123,9 @@ NM/23 Bugzilla 687: Fix misparses in eximstats NM/24 Bugzilla 688: Fix exiwhat to handle log_selector = +pid Patch provided by Heiko Schlittermann -NM/24 Bugzilla 727: Use transport mode as default mode for maildirsize file +NM/25 Bugzilla 727: Use transport mode as default mode for maildirsize file + +NM/26 Bugzilla 799: Documentation correction for ratelimit Exim version 4.69 |