X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Futil%2Fratelimit.pl;h=e212fa2415ddf6500bbbbaf0cdb08515ba0b4ba4;hb=f870028fd26f8ac1a2fcb6e43e0d7d1c76c110ec;hp=1f08a9929b7101e80fcbab74270b8e01dec6c5f6;hpb=e83a8cf22196471e5fec61a03b03c1992097a3a2;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/util/ratelimit.pl b/src/util/ratelimit.pl index 1f08a9929..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 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