Re: applescript and browsers
Re: applescript and browsers
- Subject: Re: applescript and browsers
- From: Graff <email@hidden>
- Date: Wed, 28 Jan 2004 12:56:04 -0500
On Jan 27, 2004, at 7:32 PM, Phil Dobbin wrote:
On 27/01/2004, at 23:08 (GMT), Florian Weber, email@hidden
wrote:
well, how else would you hide a email adresse from spiders who
seek webpage for email adresses?
I use this:
#!/usr/bin/perl -p
s/(.)/'&#' . ord($1) . ';'/ge;
which encodes my address to:
phil@phildob
bin.net
Not exactly Applescript though. But it ain't Javascript either :-)
Unfortunately entity-encoding is well-known and the spammers have
gotten around it. In fact here are several commentaries which show
that this method (and a few others) can be easily gotten around:
<
http://www.unicom.com/chrome/a/000388.html>
<
http://willmaster.com/possibilities/archives/wmp20020625001.shtml>
- Ken
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.