Revision 20282,
834 bytes
checked in by rbasch, 21 years ago
(diff) |
Remove the reference to vacation.real, which has been removed.
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # $Id: vacation.sh,v 1.3 2004-03-16 04:16:57 rbasch 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." |
---|
9 | echo 1>&2 |
---|
10 | case "$DISPLAY" in |
---|
11 | "") |
---|
12 | echo 1>&2 "To configure MIT's central auto-responder service via the web," |
---|
13 | echo 1>&2 "please visit http://web.mit.edu/mail/autoresponder/" |
---|
14 | exit 0 |
---|
15 | ;; |
---|
16 | esac |
---|
17 | echo 1>&2 "You may configure MIT's central auto-responder service via the web" |
---|
18 | echo 1>&2 "browser that will appear momentarily." |
---|
19 | |
---|
20 | exec htmlview -c http://web.mit.edu/mail/autoresponder/ |
---|
Note: See
TracBrowser
for help on using the repository browser.