diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-23 15:35:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-23 15:35:23 +0000 |
commit | b04e307ca07437cf36c771ea6ca27961f6db07ff (patch) | |
tree | f16628632e6e9a242aa5a10ff209ac3ea015ec50 /usr.bin | |
parent | cb4266629ffef9fdae7bd2170bd88661b6e5a36d (diff) |
support for "Auto-Submitted: no" from Tamas TEVESZ
plus use a list for things not replied to;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/vacation/vacation.1 | 36 |
1 files changed, 25 insertions, 11 deletions
diff --git a/usr.bin/vacation/vacation.1 b/usr.bin/vacation/vacation.1 index 15681752c5e..e5957425a93 100644 --- a/usr.bin/vacation/vacation.1 +++ b/usr.bin/vacation/vacation.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vacation.1,v 1.15 2006/12/13 14:23:32 jmc Exp $ +.\" $OpenBSD: vacation.1,v 1.16 2007/02/23 15:35:22 jmc Exp $ .\" $NetBSD: vacation.1,v 1.5 1995/08/31 21:57:08 jtc Exp $ .\" .\" Copyright (c) 1985, 1987, 1990, 1991, 1993 @@ -95,31 +95,45 @@ dangerous, as it allows mailers to get into loops. .El .Pp -No message will be sent unless +Messages will not be replied to +if any of the following conditions are true: +.Bl -dash -offset indent +.It +Message are not +.Dq To: +or +.Dq Cc: +a valid .Ar login -(or an +(or .Ar alias supplied using the .Fl a -option) is part of either the -.Dq To: -or -.Dq Cc: -headers of the mail. -No messages from +option). +.It +Messages are from .Dq ???-REQUEST , .Dq Postmaster , .Dq Tn UUCP , .Dq MAILER , or .Dq MAILER-DAEMON -will be replied to (where these strings are -case insensitive) nor is a notification sent if a +(where these strings are case insensitive). +.It +A .Dq Precedence: bulk , .Dq Precedence: list , or .Dq Precedence: junk line is included in the mail headers. +.It +An +.Dq Auto-Submitted +line is included in the mail headers +with a value of anything but +.Dq no . +.El +.Pp The people who have sent you messages are maintained as a .Xr db 3 database in the file |