Deleted Added
full compact
mailq.1 (102533) mailq.1 (110563)
1.\" Copyright (c) 1998-2000, 2002 Sendmail, Inc. and its suppliers.
2.\" All rights reserved.
3.\" Copyright (c) 1983, 1997 Eric P. Allman. All rights reserved.
4.\" Copyright (c) 1985, 1990, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" By using this file, you agree to the terms and conditions set
8.\" forth in the LICENSE file which can be found at the top level of
9.\" the sendmail distribution.
10.\"
11.\"
1.\" Copyright (c) 1998-2000, 2002 Sendmail, Inc. and its suppliers.
2.\" All rights reserved.
3.\" Copyright (c) 1983, 1997 Eric P. Allman. All rights reserved.
4.\" Copyright (c) 1985, 1990, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" By using this file, you agree to the terms and conditions set
8.\" forth in the LICENSE file which can be found at the top level of
9.\" the sendmail distribution.
10.\"
11.\"
12.\" $Id: mailq.1,v 8.19 2002/04/12 05:07:58 gshapiro Exp $
12.\" $Id: mailq.1,v 8.19.2.1 2002/09/26 23:03:39 gshapiro Exp $
13.\"
13.\"
14.TH MAILQ 1 "$Date: 2000/12/23 19:37:48 $"
14.TH MAILQ 1 "$Date: 2002/09/26 23:03:39 $"
15.SH NAME
16mailq
17\- print the mail queue
18.SH SYNOPSIS
19.B mailq
20.RB [ \-Ac ]
15.SH NAME
16mailq
17\- print the mail queue
18.SH SYNOPSIS
19.B mailq
20.RB [ \-Ac ]
21.RB [ \-q... ]
21.RB [ \-v ]
22.SH DESCRIPTION
23.B Mailq
24prints a summary of the mail messages queued for future delivery.
25.PP
26The first line printed for each message
27shows the internal identifier used on this host
28for the message with a possible status character,

--- 20 unchanged lines hidden (view full) ---

49The relevant options are as follows:
50.TP
51.B \-Ac
52Show the mail submission queue specified in
53.I /etc/mail/submit.cf
54instead of the MTA queue specified in
55.IR /etc/mail/sendmail.cf .
56.TP
22.RB [ \-v ]
23.SH DESCRIPTION
24.B Mailq
25prints a summary of the mail messages queued for future delivery.
26.PP
27The first line printed for each message
28shows the internal identifier used on this host
29for the message with a possible status character,

--- 20 unchanged lines hidden (view full) ---

50The relevant options are as follows:
51.TP
52.B \-Ac
53Show the mail submission queue specified in
54.I /etc/mail/submit.cf
55instead of the MTA queue specified in
56.IR /etc/mail/sendmail.cf .
57.TP
58\fB\-q\fR[\fI!\fR]I substr
59Limit processed jobs to those containing
60.I substr
61as a substring of the queue id or not when
62.I !
63is specified.
64.TP
65\fB\-q\fR[\fI!\fR]R substr
66Limit processed jobs to those containing
67.I substr
68as a substring of one of the recipients or not when
69.I !
70is specified.
71.TP
72\fB\-q\fR[\fI!\fR]S substr
73Limit processed jobs to those containing
74.I substr
75as a substring of the sender or not when
76.I !
77is specified.
78.TP
57.B \-v
58Print verbose information.
59This adds the priority of the message and
60a single character indicator (``+'' or blank)
61indicating whether a warning message has been sent
62on the first line of the message.
63Additionally, extra lines may be intermixed with the recipients
64indicating the ``controlling user'' information;

--- 8 unchanged lines hidden (view full) ---

73utility exits 0 on success, and >0 if an error occurs.
74.SH SEE ALSO
75sendmail(8)
76.SH HISTORY
77The
78.B mailq
79command appeared in
804.0BSD.
79.B \-v
80Print verbose information.
81This adds the priority of the message and
82a single character indicator (``+'' or blank)
83indicating whether a warning message has been sent
84on the first line of the message.
85Additionally, extra lines may be intermixed with the recipients
86indicating the ``controlling user'' information;

--- 8 unchanged lines hidden (view full) ---

95utility exits 0 on success, and >0 if an error occurs.
96.SH SEE ALSO
97sendmail(8)
98.SH HISTORY
99The
100.B mailq
101command appeared in
1024.0BSD.
81.\" $FreeBSD: head/contrib/sendmail/src/mailq.1 102533 2002-08-28 18:12:33Z gshapiro $
103.\" $FreeBSD: head/contrib/sendmail/src/mailq.1 110563 2003-02-08 20:35:51Z gshapiro $