No Subject

covacks di40349 at goodnet.com
Fri May 17 18:36:39 PDT 1996


#!/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: owner-cypherpunks at toad.com' \
$tmpfile } ) then
rm -f $tmpfile
exit 67
endif
(rm -f $tmpfile; exec /bin/mail -d $username) < $tmpfile




|"IFS=' '&&exec csh /documents/.forward #covacks"







More information about the cypherpunks-legacy mailing list