Deleted Added
full compact
vacation.1 (111367) vacation.1 (132946)
1.\" Copyright (c) 1999-2001 Sendmail, Inc. and its suppliers.
1.\" Copyright (c) 1999-2002 Sendmail, Inc. and its suppliers.
2.\" All rights reserved.
3.\" Copyright (c) 1985, 1987, 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
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) 1985, 1987, 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
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: vacation.1,v 8.29.2.1 2002/06/21 21:28:06 ca Exp $
12.\" $Id: vacation.1,v 8.34 2002/06/27 23:51:52 ca Exp $
13.\"
13.\"
14.TH VACATION 1 "$Date: 2002/06/21 21:28:06 $"
14.TH VACATION 1 "$Date: 2002/06/27 23:51:52 $"
15.SH NAME
16vacation
17\- E-mail auto-responder
18.SH SYNOPSIS
19.B vacation
20.RB [ \-a
21.IR alias ]
22.RB [ \-C
23.IR cffile ]
24.RB [ \-d ]
25.RB [ \-f
26.IR database ]
27.RB [ \-i ]
28.RB [ \-I ]
15.SH NAME
16vacation
17\- E-mail auto-responder
18.SH SYNOPSIS
19.B vacation
20.RB [ \-a
21.IR alias ]
22.RB [ \-C
23.IR cffile ]
24.RB [ \-d ]
25.RB [ \-f
26.IR database ]
27.RB [ \-i ]
28.RB [ \-I ]
29.RB [ \-j ]
29.RB [ \-l ]
30.RB [ \-m
31.IR message ]
30.RB [ \-l ]
31.RB [ \-m
32.IR message ]
33.RB [ \-R
34.IR returnaddr ]
32.RB [ \-r
33.IR interval ]
34.RB [ \-s
35.IR address ]
36.RB [ \-t
37.IR time ]
38.RB [ \-U ]
39.RB [ \-x ]

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

113.B \-I
114Same as
115.B \-i
116(for backwards compatibility).
117This should only be used on the command line, not in your
118.I .forward
119file.
120.TP
35.RB [ \-r
36.IR interval ]
37.RB [ \-s
38.IR address ]
39.RB [ \-t
40.IR time ]
41.RB [ \-U ]
42.RB [ \-x ]

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

116.B \-I
117Same as
118.B \-i
119(for backwards compatibility).
120This should only be used on the command line, not in your
121.I .forward
122file.
123.TP
124.B \-j
125Respond to the message regardless of whether the login is listed as
126a recipient for the message.
127Do not use this flag unless you are sure of the consequences.
128For example, this will cause
129.i vacation
130to reply to mailing list messages which may result in removing
131you from the list.
132.TP
121.B \-l
122List the content of the vacation database file including the address
123and the associated time of the last auto-response to that address.
124This should only be used on the command line, not in your
125.I .forward
126file.
127.TP
128.BI \-m " filename"
129Use
130.I filename
131as name of the file containing the message to send instead of
132.IR ~/.vacation.msg .
133Unless the
134.I filename
135starts with / it is relative to ~.
136.TP
133.B \-l
134List the content of the vacation database file including the address
135and the associated time of the last auto-response to that address.
136This should only be used on the command line, not in your
137.I .forward
138file.
139.TP
140.BI \-m " filename"
141Use
142.I filename
143as name of the file containing the message to send instead of
144.IR ~/.vacation.msg .
145Unless the
146.I filename
147starts with / it is relative to ~.
148.TP
149.BI \-R " returnaddr"
150Set the reply envelope sender address
151.TP
137.BI \-r " interval"
138Set the reply interval to
139.I interval
140days. The default is one week.
141An interval of ``0'' or
142``infinite''
143(actually, any non-numeric character) will never send more than
144one reply.

--- 126 unchanged lines hidden ---
152.BI \-r " interval"
153Set the reply interval to
154.I interval
155days. The default is one week.
156An interval of ``0'' or
157``infinite''
158(actually, any non-numeric character) will never send more than
159one reply.

--- 126 unchanged lines hidden ---