X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0b969c4b8f7139537224878fb6159e4c98e81234..5fd353d843a09c53c6767cbc89671a751b719555:/src/util/ratelimit.pl diff --git a/src/util/ratelimit.pl b/src/util/ratelimit.pl index aaa14fcc1..ce54fe6c3 100644 --- a/src/util/ratelimit.pl +++ b/src/util/ratelimit.pl @@ -1,7 +1,11 @@ #!/usr/bin/perl -wT +# Copyright (c) The Exim Maintainers 2022 +# SPDX-License-Identifier: GPL-2.0-or-later use strict; +BEGIN { pop @INC if $INC[-1] eq '.' }; + sub usage () { print < @@ -24,7 +28,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