I took a look at the HTML source that is generated for a message, and I
could easily extract my e-mail address out of a message from me, i.e.
the button to reply has the source

<FORM METHOD="POST" ACTION="/cgi-bin/Nomailto.pl">
<INPUT TYPE="HIDDEN" NAME="user" VALUE="bernd.paysan">
<INPUT TYPE="HIDDEN" NAME="host" VALUE="gmx.de">
<INPUT TYPE="HIDDEN" NAME="subject" VALUE="[GForth] Mailing list
archive">
<INPUT TYPE="HIDDEN" NAME="msgid" VALUE="[EMAIL PROTECTED]">
Reply via email to<br>
<INPUT TYPE="SUBMIT" VALUE=" Bernd Paysan ">
</FORM>

Adapting a harvesting perl script for this is just a matter of minutes,
then. I suggest encrypting the informations and decrypt it in the
cgi-bin on your server to generate the mailto: URL.

-- 
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://www.jwdt.com/~paysan/

Reply via email to