From 318a1a2246a9f521e5a02313dcc1f6d68a0af7ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:16:14 +0200 Subject: Adding debian version 4.96-15+deb12u4. Signed-off-by: Daniel Baumann --- debian/manpages/exiqgrep.8 | 103 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 debian/manpages/exiqgrep.8 (limited to 'debian/manpages/exiqgrep.8') diff --git a/debian/manpages/exiqgrep.8 b/debian/manpages/exiqgrep.8 new file mode 100644 index 0000000..e4bc925 --- /dev/null +++ b/debian/manpages/exiqgrep.8 @@ -0,0 +1,103 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH EXIQGREP 8 "January 27, 2022" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.\" \(oqthis text is enclosed in single quotes\(cq +.\" \(lqthis text is enclosed in double quotes\(rq +.SH NAME +exiqgrep \- Search in the exim queue +.SH SYNOPSIS +.B exiqgrep +.I [\-h] [\-C file] [\-f regexp] [\-r regexp] [\-s regexp] [\-y seconds] +[\-o seconds] [\-z] [\-x] [\-G queuename] [\-c] [\-l] [\-i] [\-b] [\-R] [\-a] + +.SH DESCRIPTION +The +.B exiqgrep +utility is a Perl script which offers possibilities to grep in the +exim queue output. Unlike exiqsumm, it invokes exim \-bpu itself and +does not need to be invoked in a pipe. + +.SH OPTIONS +.TP 10 +\fB\-h\fR +Print help +.TP +\fB\-C \fR +Specify which exim.conf to use +.TP +\fB\-E \fR +Specify a path for the exim binary, overriding the built-in one. +.TP +\fB\-f \fR +Match sender address (field is \(lq< >\(rq wrapped) +.TP +\fB\-r \fR +Match recipient address +.TP +\fB\-s \fR +Match against the size field from long output +.TP +\fB\-y \fR +Message younger than +.TP +\fB\-o \fR +Message older than +.TP +\fB\-z\fR +Frozen messages only (exclude non-frozen) +.TP +\fB\-x\fR +Non-frozen messages only (exclude frozen) +.TP +\fB\-G \fR +Match in given queue only +.TP +\fB\-c\fR +Display match count +.TP +\fB\-l\fR +Long Format [Default] +.TP +\fB\-i\fR +Message IDs only +.TP +\fB\-b\fR +Brief Format +.TP +\fB\-R\fR +Reverse order +.TP +\fB\-a\fR +All recipients (including delivered) +.PP +At least one selection option, or either the \fB\-c\fR or \fB\-h\fR option, +must be given. +.SH BUGS +This manual page needs a major re-work. If somebody knows better groff +than us and has more experience in writing manual pages, any patches +would be greatly appreciated. + +.SH SEE ALSO +.BR exim (8), +/usr/share/doc/exim4\-base/ + +.SH AUTHOR +This manual page was stitched together from the source code by Marc +Haber , using the exiqsumm man page by +Andreas Metzler , +for the Debian GNU/Linux system (but may be used by others). + -- cgit v1.2.3