Deleted Added
full compact
sendmail.8 (125823) sendmail.8 (132946)
1.\" Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
1.\" Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers.
2.\" All rights reserved.
3.\" Copyright (c) 1983, 1997 Eric P. Allman. All rights reserved.
4.\" Copyright (c) 1988, 1991, 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.\"
2.\" All rights reserved.
3.\" Copyright (c) 1983, 1997 Eric P. Allman. All rights reserved.
4.\" Copyright (c) 1988, 1991, 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: sendmail.8,v 8.51.2.3 2003/12/01 17:02:00 ca Exp $
12.\" $Id: sendmail.8,v 8.57 2003/12/01 17:02:41 ca Exp $
13.\"
13.\"
14.TH SENDMAIL 8 "$Date: 2003/12/01 17:02:00 $"
14.TH SENDMAIL 8 "$Date: 2003/12/01 17:02:41 $"
15.SH NAME
16sendmail
17\- an electronic mail transport agent
18.SH SYNOPSIS
19.B sendmail
20.RI [ flags "] [" "address ..." ]
21.br
22.B newaliases

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

148users or mailing lists.
149.TP
150.BI \-C file
151Use alternate configuration file.
152.B Sendmail
153gives up any enhanced (set-user-ID or set-group-ID) privileges
154if an alternate configuration file is specified.
155.TP
15.SH NAME
16sendmail
17\- an electronic mail transport agent
18.SH SYNOPSIS
19.B sendmail
20.RI [ flags "] [" "address ..." ]
21.br
22.B newaliases

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

148users or mailing lists.
149.TP
150.BI \-C file
151Use alternate configuration file.
152.B Sendmail
153gives up any enhanced (set-user-ID or set-group-ID) privileges
154if an alternate configuration file is specified.
155.TP
156.BI "\-D " logfile
157Send debugging output to the indicated log file instead of stdout.
158.TP
156.BI \-d category . level...
157Set the debugging flag for
158.I category
159to
160.IR level .
161.I Category
162is either an integer or a name specifying the topic, and
163.I level

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

318.TP
319\fB\-q\fR[\fI!\fR]I\fIsubstr\fR
320Limit processed jobs to those containing
321.I substr
322as a substring of the queue id or not when
323.I !
324is specified.
325.TP
159.BI \-d category . level...
160Set the debugging flag for
161.I category
162to
163.IR level .
164.I Category
165is either an integer or a name specifying the topic, and
166.I level

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

321.TP
322\fB\-q\fR[\fI!\fR]I\fIsubstr\fR
323Limit processed jobs to those containing
324.I substr
325as a substring of the queue id or not when
326.I !
327is specified.
328.TP
329\fB\-q\fR[\fI!\fR]Q\fIsubstr\fR
330Limit processed jobs to quarantined jobs containing
331.I substr
332as a substring of the quarantine reason or not when
333.I !
334is specified.
335.TP
326\fB\-q\fR[\fI!\fR]R\fIsubstr\fR
327Limit processed jobs to those containing
328.I substr
329as a substring of one of the recipients or not when
330.I !
331is specified.
332.TP
333\fB\-q\fR[\fI!\fR]S\fIsubstr\fR
334Limit processed jobs to those containing
335.I substr
336as a substring of the sender or not when
337.I !
338is specified.
339.TP
336\fB\-q\fR[\fI!\fR]R\fIsubstr\fR
337Limit processed jobs to those containing
338.I substr
339as a substring of one of the recipients or not when
340.I !
341is specified.
342.TP
343\fB\-q\fR[\fI!\fR]S\fIsubstr\fR
344Limit processed jobs to those containing
345.I substr
346as a substring of the sender or not when
347.I !
348is specified.
349.TP
350\fB\-Q\fR[reason]
351Quarantine a normal queue items with the given reason or
352unquarantine quarantined queue items if no reason is given.
353This should only be used with some sort of item matching using
354as described above.
355.TP
340.BI "\-R " return
341Set the amount of the message to be returned
342if the message bounces.
343The
344.I return
345parameter can be
346`full'
347to return the entire message or

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

725No. 8, SMM.
726.PP
727http://www.sendmail.org/
728.SH HISTORY
729The
730.B sendmail
731command appeared in
7324.2BSD.
356.BI "\-R " return
357Set the amount of the message to be returned
358if the message bounces.
359The
360.I return
361parameter can be
362`full'
363to return the entire message or

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

741No. 8, SMM.
742.PP
743http://www.sendmail.org/
744.SH HISTORY
745The
746.B sendmail
747command appeared in
7484.2BSD.
733.\" $FreeBSD: head/contrib/sendmail/src/sendmail.8 125823 2004-02-14 21:58:08Z gshapiro $
749.\" $FreeBSD: head/contrib/sendmail/src/sendmail.8 132946 2004-08-01 01:16:16Z gshapiro $