diff options
author | Tony Finch <dot@dot.at> | 2005-09-13 17:51:05 +0000 |
---|---|---|
committer | Tony Finch <dot@dot.at> | 2005-09-13 17:51:05 +0000 |
commit | 7546de58d97a3a4d36dc27ab4e8764f77dc4f887 (patch) | |
tree | ae076d468eaa877ba9bf6c760f2790663446907b /src/util/README | |
parent | bef5a11fb38375ca2934201119d5adc604ddcfc5 (diff) |
Add util/ratelimit.pl to assist with choosing ratelimit settings.
Diffstat (limited to 'src/util/README')
-rw-r--r-- | src/util/README | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/util/README b/src/util/README index 7fd04f2dc..655fef2fb 100644 --- a/src/util/README +++ b/src/util/README @@ -1,4 +1,4 @@ -$Cambridge: exim/src/util/README,v 1.1 2005/05/24 11:20:40 ph10 Exp $ +$Cambridge: exim/src/util/README,v 1.2 2005/09/13 17:51:06 fanf2 Exp $ The "util" directory in the Exim distribution --------------------------------------------- @@ -25,6 +25,13 @@ A Perl script for a converting flat file into a format that is suitable for processing by cdbmake into a cdb file. It has some advantages over the cdbmake-12 awk script. +ratelimit.pl +------------ + +A Perl script for computing peak sending rates from a log file. This is for +use with the ratelimit ACL condition, so that you can get some idea of what a +reasonable limit would be before deploying the feature. + unknownuser.sh -------------- |