#!/bin/sh
# ~jhs/public_html/src/bsd/jhs/bin/public/ski_form/
# ski_form.c calls:	/bin/sh /usr/local/www/cgi-bin/ski_form.sh
# HOME=/tmp
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin
export HOME PATH
# Key in next line matches that in ~/.procmailrc_web_form
mail -s "Ski Web Form key `echo -n bbvcjhbkuhyuy47ob``echo fcyuu7fgq3`" \
	 null < $1
#	 jhs < $1
# The quoted echos are so if someone mails script, it will not match filter.
cat $1 >> /home/jhs/.ski.log
exit 0
