X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/e5d5a95f33d73ec3c552c08f29089861335caad5..36a3ae5f08725242b1fb4dfecc5617cc9c3e971b:/src/util/ratelimit.pl diff --git a/src/util/ratelimit.pl b/src/util/ratelimit.pl index bb2abbb5a..749125c4f 100644 --- a/src/util/ratelimit.pl +++ b/src/util/ratelimit.pl @@ -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