Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Protect your email address, will this work?

  1. #1
    Join Date
    Apr 2009
    Location
    Uppsala, Sweden
    Posts
    9,547
    Blog Entries
    5
    Rep Power
    98

    Protect your email address, will this work?

    I've seen Jordan using some special ways to write his email to avoid bots fetching his email and then when I wrote my email address to Guest to receive a Google wave invite I got an idea, wouldn't it be possible to use some BB code to avoid the bots, for example if I want to write my own email address couldn't I just do it like this:


    vi[B][/B]darsw[COLOR="Black"][/COLOR]enning[SIZE="7"][/SIZE]@[I][/I]hotmail[LEFT][/LEFT].com


    which would give me the output:

    vidarswenning@hotmail.com


    What do you think, would this prevent bots for fetching your email address and put it in spam lists? Leave a comment below with your opinion.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Protect your email address, will this work?

    Bad news for you: it appears to be rendering as plain text.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    Apr 2009
    Location
    Uppsala, Sweden
    Posts
    9,547
    Blog Entries
    5
    Rep Power
    98

    Re: Protect your email address, will this work?

    Yeah that was the point, but doesn't bots usually only read the source code and it would be vi[b][/b]darsw[color="Black"]&#91 ;/color]enning[size="7"][/size]@[i][/i]hotmail[left][/left].com

    or have I understood it wrong?

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Protect your email address, will this work?

    Do a view source on the above to see what was actually generated.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    Join Date
    Apr 2009
    Location
    Uppsala, Sweden
    Posts
    9,547
    Blog Entries
    5
    Rep Power
    98

    Re: Protect your email address, will this work?

    Oh ok, I got it, it was just an idea

  7. #6
    Join Date
    Oct 2006
    Location
    Hendersonville, NC
    Posts
    1,700
    Blog Entries
    3
    Rep Power
    0

    Re: Protect your email address, will this work?



  8. #7
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Protect your email address, will this work?

    Well honestly it all depends on how smart the bot is and what exactly it is looking for. If I was just trying to find a ton of email addresses I might just find the exact format name@domain.com or name@domain.co.uk or something. But anybody could do a more advanced regular expression on a web page to find email addresses like name at domain dot com.

    Images are probably the safest but even with a smart bot since the text is very simple could still in theory be found. Since gmail has wonderful abilities I try to mix it up everytime

    name@gmail.com
    n.ame@gmail.com
    n.a.m.e@gmail.com
    name+one@gmail.com

    All those go to the same email, if you keep mixing it up you could eventually just block one if the spam gets too horrible on that name.

  9. #8
    Jordan Guest

    Re: Protect your email address, will this work?

    vidarswenning@hotmail.com

    I suppose, because you didn't have any text between the bbcode it is just stripped out. If you put text between it, it would probably work and there would be html tags in the email address.

    vidarswenning@hotmail
    .com

  10. #9
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Protect your email address, will this work?

    Quote Originally Posted by Jordan View Post
    vidarswenning@hotmail.com

    I suppose, because you didn't have any text between the bbcode it is just stripped out. If you put text between it, it would probably work and there would be html tags in the email address.

    vidarswenning@hotmail
    .com
    What if the web bot stripped all HTML tags etc before it did a regex on it to find email addresses?

  11. #10
    Join Date
    Sep 2009
    Location
    USA
    Posts
    3,400
    Blog Entries
    5
    Rep Power
    37

    Re: Protect your email address, will this work?

    You just posted exactly what I was going to say. I guess I was too late.
    Root Beer == System Administrator's Beer
    Download the new operating system programming kit! (some assembly required)

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. What is Peter Norton's email address?
    By RhetoricalRuvim in forum The Lounge
    Replies: 2
    Last Post: 10-28-2011, 10:21 PM
  2. Replies: 5
    Last Post: 04-30-2011, 04:12 PM
  3. PHP: Validate Email Address
    By Jordan in forum PHP Tutorials
    Replies: 26
    Last Post: 05-22-2008, 10:15 AM
  4. Validating an email address
    By kromagnon in forum PHP Development
    Replies: 2
    Last Post: 07-30-2006, 08:24 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts