Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Hiding email addresses


  • From: mdougherty at pbp.com (Mike Dougherty)
  • Subject: [Javascript] Hiding email addresses
  • Date: Thu Sep 28 08:15:20 2006

Considering that your less-sophisticated friends are probably putting your personal email address 
in the "send this funny stuff to a friend" form, you really shouldn't worry about using your 
address in clear text on a web page.  Consider making functional email addresses rather than using 
one address for everything.  ex:  use feedback@xxxxxxxxxxxxxx and webmaster@xxxxxxxxxxxxxx - both 
can be aliases for you@xxxxxxxxxxxxxx   If you own the mail server, you can probably configure it 
to dump 'unknown username' to a single mailbox - that lets you create new usernames for every page 
on your site (as nutty as that would be) - then you can set up rules to forward any given "to" 
address to a box you actually monitor.

If these mailto links are primarily back to yourself (rather than your customers, etc)  you could 
use "...&subject=[key:pageid]_YourSubjectHere&body=Subject must contain key to pass SPAM filter" 
 Set your mailbox to automatically reject anything that does not have your key in the subject. 
 Harvesters are unlikely to preserve this information when they send their email.

well, that's my off-the-cuff two cents. :)

On Thu, 28 Sep 2006 09:01:15 -0400
  "John Warner" <john@xxxxxxxxxxx> wrote:
> I didn't want to hear that... Thanks
>> -----Original Message-----
>> From: javascript-bounces@xxxxxxxxxx 
>> 
>> On Thu, Sep 28, 2006 at 08:52:22AM -0400, John Warner wrote:
>> Ignore the spambots, and have decent spamfiltering on the mailbox.