summaryrefslogtreecommitdiff
path: root/doc/doc-docbook
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2014-04-21 19:42:21 -0400
committerPhil Pennock <pdp@exim.org>2014-04-21 19:42:21 -0400
commitc0c4d23c07e2356baae2bd2c6d72339db117b9e6 (patch)
tree35c0da65df33f3e0026ed4e25bfaf3fc9e2dd1c1 /doc/doc-docbook
parentb689ba95f8df67b96a098fc1710577dded2e01ae (diff)
parent209e806ce1bf13554bf7a5cfe161b83f0fbbab3a (diff)
Merge remote-tracking branch 'github/pr/13'
(exiqgrep -a support)
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r--doc/doc-docbook/spec.xfpt13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 68ebf8ad6..3542557c4 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -34656,9 +34656,13 @@ This utility is a Perl script contributed by Matt Hubbard. It runs
.code
exim -bpu
.endd
-to obtain a queue listing with undelivered recipients only, and then greps the
-output to select messages that match given criteria. The following selection
-options are available:
+or (in case &*-a*& switch is specified)
+.code
+exim -bp
+.endd
+
+to obtain a queue listing, and then greps the output to select messages
+that match given criteria. The following selection options are available:
.vlist
.vitem &*-f*&&~<&'regex'&>
@@ -34705,6 +34709,9 @@ Brief format &-- one line per message.
.vitem &*-R*&
Display messages in reverse order.
+
+.vitem &*-a*&
+Include delivered recipients in queue listing.
.endlist
There is one more option, &%-h%&, which outputs a list of options.