PC Review


Reply
Thread Tools Rate Thread

blocking email addresses on web sites from being found by spiders/bots

 
 
Mark
Guest
Posts: n/a
 
      30th Apr 2008
I was wondering if there was a way to block emails that are displayed in a
web site from being scanned by spiders/bots?

 
Reply With Quote
 
 
 
 
Ronx
Guest
Posts: n/a
 
      30th Apr 2008
Use JavaScript to construct the mailto: link.

Take a look at Spam Spoiler addin at
http://www.jimcosoftware.com/addins.aspx

If the email addresses are in forms (FrontPage webbot, or hidden fields)
then there is nothing you can do, except change the server side form
handler.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"Mark" <(E-Mail Removed)> wrote in message
news:F304CDCA-6507-4A4F-8102-(E-Mail Removed):

> I was wondering if there was a way to block emails that are displayed in a
> web site from being scanned by spiders/bots?


 
Reply With Quote
 
Wayne-I-M
Guest
Posts: n/a
 
      1st May 2008
Hi Mark

I'm not an FP expert but this one method we used a while ago (I copied some
code from somewhere - sorry to the person who wrote it I have forgoten where
I got it from) and changed it a little to make it do what we needed.


var AandB = "yourEmail";
var CandD = "name";
var EandF = ".";
var GandH = "co";
var IandJ = ".";
var KandL = "uk";
var linktext1 = "Se";
var linktext2 = "nd";
var linktext3 = " e ";
var linktext4 = "M";
var linktext5 = "a";
var linktext6 = "i";
var linktext7 = "l";
var subj = "Message from ... / ... INSERT SOME TEXT HERE"
var bod = "Please do NOT alter or remove the subject line. We have included
this code avoid malicious e mails and advertisements. This line can be
removed if you wish."
document.write("<a href=" + "mai" + "lto:" + AandB + "@" + CandD + EandF +
GandH + IandJ + KandL + '?subject=' + escape(subj)+ '&body=' + escape(bod)
+">"
+ linktext1 + linktext2 + linktext3 + linktext4 + linktext5 + linktext6 +
linktext7 + "</a>")

Insert this (use the split facility in FP) where you want the e mail addess
to display to a user. - Note you can't see it until it's published to the web.

We have also used outlook to block any e mails (they get a returned unread
message from the server) that do not have the right subject line like the
INSERT SOME TEXT HERE

Our spams have gone down from over 400 per day to nil

I have no doubt that some little **** will crack it one day, in this case we
will simply have change the INSERT SOME TEXT HERE line and reset the outllok
rules.

dead easy

Good luck


--
Wayne
Manchester, England.



"Mark" wrote:

> I was wondering if there was a way to block emails that are displayed in a
> web site from being scanned by spiders/bots?
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Blocking email with quotes round the addresses =?Utf-8?B?SmFtbXlESg==?= Microsoft Outlook Discussion 3 9th Aug 2007 01:20 PM
blocking email addresses... =?Utf-8?B?Y2FhamUxNg==?= Microsoft Outlook Discussion 3 13th Oct 2004 07:17 PM
Blocking email addresses =?Utf-8?B?TUc=?= Microsoft Outlook Discussion 1 3rd Mar 2004 05:11 PM
Blocking email addresses Damien Bezborodow Microsoft Outlook 1 23rd Aug 2003 03:36 PM
Blocking Email Addresses Lurae Microsoft Outlook 3 22nd Aug 2003 01:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:25 AM.