[nycphp-talk] Masking Emails and Avoiding Spam
Analysis & Solutions
danielc at analysisandsolutions.com
Fri May 2 16:24:38 EDT 2003
Hi Folks:
On Thu, May 01, 2003 at 03:49:52PM -0400, Hans Zaunere wrote:
>
> > To prevent the harvesting of your or your organization's email address
> > from your web pages, we recommend that you implement one of the
> > two solutions...
Here's a very interesting study about where spammers get their email
addresses from:
http://www.cdt.org/speech/spam/030319spamreport.pdf
As we all suspected, the main one is web page spiders. They found that,
for now, hiding addresses using HTML Character Entities is enough to foil
the spammers.
I strongly advise against JavaScript solutions, since not all people have
JavaScript on, let alone, available.
I tend to use a server side form, as others have suggested. There's an
easy to use, secure, one in my Form Solution class. All it takes is two
lines to instantiate the class and one line to call the method. Can't
beat it. It's available via the link in my signature, below.
By the way, I've overhauled my website and programs. The site is easier
to navigate, plus the scripts are now open sourced, so go check 'em out!
I'm polishing off the revisions to the Java version of the Credit Card
Validation Solution at this moment.
Enjoy,
--Dan
--
FREE scripts that make web and database programming easier
http://www.analysisandsolutions.com/software/
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
4015 7th Ave #4AJ, Brooklyn NY v: 718-854-0335 f: 718-854-0409
More information about the talk
mailing list