#!/bin/sh spoof=dick address=$spoof@csci.csusb.edu export address echo Content-type: text/plain echo echo At this time the feedback function is disabled so echo your message "(below)" has not been sent to $spoof. echo echo "=======================================================" if [ x"$REQUEST_METHOD" = xPOST ] then /u/faculty/dick/bin/unpost $CONTENT_LENGTH | /u/faculty/dick/bin/url2lf | /u/faculty/dick/bin/urlunencode else echo $QUERY_STRING| /u/faculty/dick/bin/url2lf | /u/faculty/dick/bin/urlunencode fi echo "======================================================="