1996-05-18 - No Subject

Header Data

From: di40349@goodnet.com (covacks)
To: cypherpunks@toad.com
Message Hash: 47c429bfdabd42b43975d3d394abff087598710e7b13444e27b8c1f4415d8cee
Message ID: <199605161857.LAA03091@goodguy.goodnet.com>
Reply To: N/A
UTC Datetime: 1996-05-18 01:36:39 UTC
Raw Date: Sat, 18 May 1996 09:36:39 +0800

Raw message

From: di40349@goodnet.com (covacks)
Date: Sat, 18 May 1996 09:36:39 +0800
To: cypherpunks@toad.com
Subject: No Subject
Message-ID: <199605161857.LAA03091@goodguy.goodnet.com>
MIME-Version: 1.0
Content-Type: text/plain

#!/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@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"






Thread