#!/bin/csh -f
#
# This file exists because the normal zmailnotify causes lost
# contact with server messages when run from a client running 
# an AFS 3.0B kernel to a server running the pre-alpha stuff.
#
# If you see this file after the athena cell has been updated to
# 3.0B, please send mail to qjb telling him so.
#

set tmphome = /tmp/.home.${user}
if (! -d $tmphome) mkdir $tmphome
setenv HOME $tmphome
exec /srvd/usr/athena/zmailnotify
