#!/bin/sh spoof=dick address=$spoof@csci.csusb.edu export address echo Content-type: text/plain echo if [ x"$REQUEST_METHOD" = xPOST ] then ( /u/faculty/dick/bin/unpost $CONTENT_LENGTH | tr '&' ' ' | /u/faculty/dick/bin/url2lf | /u/faculty/dick/bin/urlunencode; ) | mail -s Plugin $address else ( echo "$QUERY_STRING"| /u/faculty/dick/bin/url2lf | tr '&' ' ' | /u/faculty/dick/bin/urlunencode; ) | mail -s Plugin $address fi echo Your Plugin has been sent to $spoof. echo Thank you very much for your time and contribution. echo The response may be take a while but you will not be ignored.