#! /bin/bash

{ cat ; echo ; set; } | mailx -s "$HTTP_REFERER" -c radu@corlan.net alexandru@corlan.net

echo "Content-type: text/html

<HTML>
<HEAD>
<TITLE>Thank you</TITLE>
</HEAD>
<BODY>
<CENTER>
Thank you for your comment.<BR>Please press the [Back] button of your
browser to return to the observation bulletin.


<P>
<A HREF=\"http://astro.corlan.net\">Home</A>
</CENTER>
</BODY>
</HTML>
"





