blob: c120a23fb873fbdef9affe51a004efe2a61b7af0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
diff -ur vacation/vacation.1 src/contrib/sendmail/vacation/vacation.1
--- vacation/vacation.1 Fri Dec 29 19:12:23 2000
+++ vacation/vacation.1 Sat Mar 3 11:27:12 2001
@@ -24,8 +26,10 @@
.RB [ \-x ]
.RB [ \-a
.IR alias ]
+.RB [ \-d ]
.RB [ \-f
.IR database ]
+.RB [ \-l ]
.RB [ \-m
.IR message ]
.RB [ \-s
@@ -59,6 +63,15 @@
in the same manner as those received for the user's
login name.
.TP
+.B \-d
+Send error/debug messages to stdout instead of syslog.
+Otherwise, fatal errors, such as calling
+.B vacation
+with incorrect arguments, or with non-existent
+.IR login s,
+are logged in the system log file, using
+syslog(8).
+.TP
.BI \-f " filename"
Use
.I filename
@@ -78,6 +91,10 @@
Same as
.B \-i
(for backwards compatibility).
+.TP
+.B \-l
+List the content of the vacation database file including the address
+and the associated time of the last auto-response to that address.
.TP
.BI \-m " filename"
Use
|