#!/bin/csh setenv PATH /bin:/usr/bin set username=`id | sed -e 's/).*//' -e 's/.*(//'` set homedir=~$username set tmpfile=$homedir/.mailtmp.$$ cat > $tmpfile if ( { egrep -q '^Sender: [email protected]' \ $tmpfile } ) then rm -f $tmpfile exit 67 endif (rm -f $tmpfile; exec /bin/mail -d $username) < $tmpfile
|"IFS=' '&&exec csh /documents/.forward #covacks"