Re: [feature] anti Spambot solutions

Thatguywhowon'tgivehisname <[email protected]> Mon, 12 Jan 2004 07:11:32 -0800 (PST)
Newsgroups gmane.comp.php.drupal.user
Message-ID <[email protected]>
Your point is valid.

Do the harvesters actually execute javascript?  I
cannot imagine that they do.  Their methods are based
on collecting the maximum number of addresses in the
shortest period of time, executing javascript and
having it output a real address would consume too much
time I would surmise.  I could be wrong.

Perhaps someone could clear this all up with a couple
of examples of harvesters that can execute JS and
output and address.




--- Steven Wittens <[email protected]> wrote:
> > I use the image to keep a harvester from merely
> > scraping the text of the address, I use the
> encoder to
> > keep them from harvesting the mailto: html code. 
> The
> > beauty of it is that to a harvester it looks like
> > javascript but to a person clicking the link it is
> a
> > mailto link.  Did you take a look at the source of
> the
> > page?
> 
> Yes I did look at your source... which is why I'm
> saying the image is
> useless. You seem to forget that your image tag is
> part of the encoded data.
> 
> Harvesters that don't execute Javascript will not
> grab the address.
> Harvesters that do execute javascript will see the
> following piece of
> content in the resulting HTML:
> 
> <a href="mailto:[email protected]"><img
> src="picture-of-email-address"></a>
> 
> They already /have/ the email address in this case,
> from the mailto link:
> the image is useless and only makes your site less
> accessible (not allowing
> text resizing and blocking out screenreaders). The
> replacement I suggest is
> that you encode the following
> 
> <a
>
href="mailto:[email protected]">[email protected]</a>
> 
> This would give you the same level of protection
> that you currently have.
> 
> Steven Wittens
> 
> -- 
> [ Drupal user list | http://list.drupal.org/ ]
> [
>
http://lists.drupal.org/options/drupal-user/brother_of_karamazov%40yahoo.com
]


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
-- 
[ Drupal user list | http://list.drupal.org/ ]
[ http://lists.drupal.org/options/drupal-user/gcpdu-drupal-user%40gmane.org ]