source: trunk/packs/glue/vacation.sh @ 20282

Revision 20282, 834 bytes checked in by rbasch, 20 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
4echo 1>&2 "For most Athena users, incoming mail goes to the MIT mail hubs and"
5echo 1>&2 "from there onto a post-office server machine.  Your home directory"
6echo 1>&2 "is not consulted until you incorporate the mail.  The system"
7echo 1>&2 "'vacation' program assumes more traditional Unix mail routing"
8echo 1>&2 "controllable by .forward files, and thus will not work."
9echo 1>&2
10case "$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    ;;
16esac
17echo 1>&2 "You may configure MIT's central auto-responder service via the web"
18echo 1>&2 "browser that will appear momentarily."
19
20exec htmlview -c http://web.mit.edu/mail/autoresponder/
Note: See TracBrowser for help on using the repository browser.