">" -> ">=" for EXIM_CLIENT_DH_MIN_BITS+10
[exim.git] / src / util / ratelimit.pl
index bb2abbb5af30099167d7d65aea7f5214fcc9216b..749125c4f80f5a3b13d423eaae70bfd9a8ba5394 100644 (file)
@@ -1,6 +1,4 @@
 #!/usr/bin/perl -wT
-#
-# $Cambridge: exim/src/util/ratelimit.pl,v 1.2 2005/09/13 18:06:31 fanf2 Exp $
 
 use strict;
 
@@ -14,8 +12,8 @@ ACL condition. This is so that you can get an idea of a reasonable
 limit setting before you deploy the restrictions.
 
 This script isn't perfectly accurate, because the time stamps in
-Exim's log files are only accurate to a seond whereas internally Exim
-computes sender rates to the accuracy of your computer's clock
+Exim's log files are only accurate to a second whereas internally
+Exim computes sender rates to the accuracy of your computer's clock
 (typically 10ms).
 
 The log files to be processed can be specified on the command line