Explanation
One of the most common methods used by spammers to "harvest"
e-mail addresses is to crawl the web, looking for the @ character
followeb by a valid domain name: e.g., smith@domain.name.
Thus, one of the simple ways to sidetrack them is to elliminate
this character and every thing that looks like an e-mail address,
such as the URL beginning with:
<A HREF="mailto:...">
The short script introduced below transforms the text line (upper
box) on the corresponding ASCII character sequence (lower box).
Then, it suffices to copy this sequence in the page source.
|