Revision 12272,
675 bytes
checked in by ghudson, 26 years ago
(diff) |
Try to prevent users from thinking that vacation works.
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # $Id: vacation.sh,v 1.1 1998-12-25 19:17:29 ghudson Exp $ |
---|
3 | |
---|
4 | echo 1>&2 "For most Athena users, incoming mail goes to the MIT mail hubs and" |
---|
5 | echo 1>&2 "from there onto a post-office server machine. Your home directory" |
---|
6 | echo 1>&2 "is not consulted until you incorporate the mail. The system" |
---|
7 | echo 1>&2 "'vacation' program assumes more traditional Unix mail routing" |
---|
8 | echo 1>&2 "controllable by .forward files, and thus will not work. MIT's" |
---|
9 | echo 1>&2 "central mail system does not support vacation functionality at" |
---|
10 | echo 1>&2 "this time." |
---|
11 | echo 1>&2 "" |
---|
12 | echo 1>&2 "If you want to run the system vacation program anyway, you can" |
---|
13 | echo 1>&2 "run it as 'vacation.real'." |
---|
Note: See
TracBrowser
for help on using the repository browser.