X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/fd3b6a4ad699259b80dcaed6287ec01ab5ec0105..8d91c6dcd2c16f9a84b7abf47d130bac1a8bb273:/src/src/exiqgrep.src diff --git a/src/src/exiqgrep.src b/src/src/exiqgrep.src index 05c1b9ed0..94b17f58b 100644 --- a/src/src/exiqgrep.src +++ b/src/src/exiqgrep.src @@ -43,9 +43,10 @@ if ($^O eq 'darwin') { # aka MacOS X $base = 62; }; -getopts('hf:r:y:o:s:zxlibRca',\%opt); +getopts('hf:r:y:o:s:C:zxlibRca',\%opt); if ($opt{h}) { &help; exit;} if ($opt{a}) { $eargs = '-bp'; } +if ($opt{C}) { $eargs .= ' -C '.$opt{C}; } # Read message queue output into hash &collect(); @@ -61,6 +62,7 @@ sub help() { Exim message queue display utility. -h This help message. + -C Specify which exim.conf to use. Selection criteria: -f Match sender address sender (field is "< >" wrapped)