diff options
Diffstat (limited to 'contrib/sendmail/src/mailq.1')
-rw-r--r-- | contrib/sendmail/src/mailq.1 | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/contrib/sendmail/src/mailq.1 b/contrib/sendmail/src/mailq.1 index 0fae3ad..1eb234e 100644 --- a/contrib/sendmail/src/mailq.1 +++ b/contrib/sendmail/src/mailq.1 @@ -9,15 +9,16 @@ .\" the sendmail distribution. .\" .\" -.\" $Id: mailq.1,v 8.19 2002/04/12 05:07:58 gshapiro Exp $ +.\" $Id: mailq.1,v 8.19.2.1 2002/09/26 23:03:39 gshapiro Exp $ .\" -.TH MAILQ 1 "$Date: 2002/04/12 05:07:58 $" +.TH MAILQ 1 "$Date: 2002/09/26 23:03:39 $" .SH NAME mailq \- print the mail queue .SH SYNOPSIS .B mailq .RB [ \-Ac ] +.RB [ \-q... ] .RB [ \-v ] .SH DESCRIPTION .B Mailq @@ -54,6 +55,27 @@ Show the mail submission queue specified in instead of the MTA queue specified in .IR /etc/mail/sendmail.cf . .TP +\fB\-q\fR[\fI!\fR]I substr +Limit processed jobs to those containing +.I substr +as a substring of the queue id or not when +.I ! +is specified. +.TP +\fB\-q\fR[\fI!\fR]R substr +Limit processed jobs to those containing +.I substr +as a substring of one of the recipients or not when +.I ! +is specified. +.TP +\fB\-q\fR[\fI!\fR]S substr +Limit processed jobs to those containing +.I substr +as a substring of the sender or not when +.I ! +is specified. +.TP .B \-v Print verbose information. This adds the priority of the message and |