X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/758b13a09e1d9bf8e5ddb9d422db71cc463ca9a3..4d3d955f2791199b35704c3e9784dc99fd229696:/src/util/ratelimit.pl diff --git a/src/util/ratelimit.pl b/src/util/ratelimit.pl index aaa14fcc1..e212fa241 100644 --- a/src/util/ratelimit.pl +++ b/src/util/ratelimit.pl @@ -2,6 +2,8 @@ use strict; +BEGIN { pop @INC if $INC[-1] eq '.' }; + sub usage () { print < @@ -24,7 +26,7 @@ options: whereas internally Exim computes sender rates to the accuracy of your computer's clock (typically 10ms). - The second argumetnis is a regular expression. + The second argument is a regular expression. Each line is matched against the regular expression. Lines that do not match are ignored. The regex may