Mailing List Archive

[Bug 609] New: Enhancement for exiqgrep
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=609
Summary: Enhancement for exiqgrep
Product: Exim
Version: 4.68
Platform: Other
OS/Version: All
Status: NEW
Severity: wishlist
Priority: medium
Component: Perl
AssignedTo: ph10@hermes.cam.ac.uk
ReportedBy: lt@mcs.de
CC: exim-dev@exim.org


Hi,
I have running several exims with different configs and spool directories.
Therefor I patched exiqgrep to allow to specify a configfile. Maybe you can use
the path for further releases.
Kind regards
Lars

------------------------<snip>--------------------------------------------
--- /opt/exim/bin/exiqgrep.orig 2007-10-05 10:39:27.000000000 +0200
+++ /opt/exim/bin/exiqgrep 2007-10-05 10:45:00.000000000 +0200
@@ -44,8 +44,9 @@
$base = 62;
};

-getopts('hf:r:y:o:s:zxlibRc',\%opt);
+getopts('hf:r:y:o:s:C:zxlibRc',\%opt);
if ($opt{h}) { &help; exit;}
+if ($opt{C}) { $eargs.= " -C ".$opt{C};}

# Read message queue output into hash
&collect();
@@ -61,6 +62,7 @@
Exim message queue display utility.

-h This help message.
+ -C <configfile> Configfile.

Selection criteria:
-f <regexp> Match sender address sender (field is "< >" wrapped)
------------------------<snip>--------------------------------------------


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##