Re: Potential Spam Loop Hole
I think I see what's happening.
When you are logged in and view source code (from any page I believe) you can see your own email that you registered with at:
Code:
<input type="text" id="email" class="adfields" name="email" size="60" maxlength="100" value="youremail@example.com" />
When viewing the source code of an ad listing, and being logged in, you see that part above... and you will also see this:
Code:
<input type="hidden" name="receiver_email" value="exampleemailenteredinadlisting@hotmailm3gd0374hcom" />
When viewing the source code of an ad page, while not being logged in, you still can see the emailenteredinadlisting@hotmailm3gd0374hcom but you don't see your own email that you registered with.
------------------------------------
When entering details in the form to list an ad, the registrants email is automatically filled into the email field, but she can change it if desiring to receive responses at a different email address.
It appears the "exampleemailenteredinadlisting" is very weakly encrypted. See for yourself.