#!/bin/sh
# fakemail.sh -- 
# Created: Sun Dec  6 22:52:24 1998 by faith@precisioninsight.com
# Revised: Tue Dec  7 12:29:22 1999 by faith@precisioninsight.com
# Public Domain 1998, 1999 Rickard E. Faith (faith@precisioninsight.com)
# This program comes with ABSOLUTELY NO WARRANTY.
# 
# $Id: fakemail.sh,v 1.12 2000/11/01 21:45:21 dawes Exp $

cat <<EOF
From: $USER@users.sourceforge.net
To: dri-patches@lists.sourceforge.net
Reply-To: dri-devel@lists.sourceforge.net
Subject: $1
X-CVS-Notice: This email was automatically generated by a CVS checkin
X-CVS-Problems: Send problems to dri-patches@lists.sourceforge.net
X-CVS-Version: `cvs -v | fgrep client`
X-CVS-Host: `hostname` running `uname -sr`

EOF

cat

