Imported Debian patch 4.84-8
[hcoop/debian/exim4.git] / debian / manpages / exiqgrep.8
1 .\" Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH EXIQGREP 8 "March 26, 2003"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh disable hyphenation
10 .\" .hy enable hyphenation
11 .\" .ad l left justify
12 .\" .ad b justify to both left and right margins
13 .\" .nf disable filling
14 .\" .fi enable filling
15 .\" .br insert line break
16 .\" .sp <n> insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .\" \(oqthis text is enclosed in single quotes\(cq
19 .\" \(lqthis text is enclosed in double quotes\(rq
20 .SH NAME
21 exiqgrep \- Search in the exim queue
22 .SH SYNOPSIS
23 .B exiqgrep
24 .I [\-a] [\-c]
25
26 .SH DESCRIPTION
27 The
28 .B exiqgrep
29 utility is a Perl script which offers possibilities to grep in the
30 exim queue output. Unlike exiqsumm, it invokes exim \-bpu itself and
31 does not need to be invoked in a pipe.
32
33 .SH OPTIONS
34 .TP 10
35 \fB\-h\fR
36 Print help
37 .TP
38 \fB\-f <regexp>\fR
39 Match sender address (field is \(lq< >\(rq wrapped)
40 .TP
41 \fB\-r <regexp>\fR
42 Match recipient address
43 .TP
44 \fB\-s <regexp>\fR
45 Match against the site field from long output
46 .TP
47 \fB\-y <seconds>\fR
48 Message younger than
49 .TP
50 \fB\-o <seconds>\fR
51 Message older than
52 .TP
53 \fB\-z\fR
54 Frozen messages only (exclude non-frozen)
55 .TP
56 \fB\-x\fR
57 Non-frozen messages only (exclude frozen)
58 .TP
59 \fB\-c\fR
60 Display match count
61 .TP
62 \fB\-l\fR
63 Long Format [Default]
64 .TP
65 \fB\-i\fR
66 Message IDs only
67 .TP
68 \fB\-b\fR
69 Brief Format
70 .TP
71 \fB\-R\fR
72 Reverse order
73
74 .SH BUGS
75 This manual page needs a major re-work. If somebody knows better groff
76 than us and has more experience in writing manual pages, any patches
77 would be greatly appreciated.
78
79 .SH SEE ALSO
80 .BR exim (8),
81 /usr/share/doc/exim4\-base/
82
83 .SH AUTHOR
84 This manual page was stitched together from the source code by Marc
85 Haber <mh+debian\-packages@zugschlus.de>, using the exiqsumm man page by
86 Andreas Metzler <ametzler at downhill.at.eu.org>,
87 for the Debian GNU/Linux system (but may be used by others).
88