|
|||
|
At Daisy Analysis we put up a rather naive web site in 1997 and we put several E-Mail addresses into the pages.
Inevitably, these got harvested by spamograhers and we get quite a lot of 'spam' to these E-Mail addresses. But we knew that we also get 'spam' from other web sites that we have registered. In all of these we have not added any E-Mail addresses to the pages that have been uploaded. www.daisynews.com is one. ** Tip - Something to note here, is to always create E-Mail addresses using a little bit of JavaScript. This way the harvesters will miss them!
<script language="JavaScript">
<!-- Begin
user = "james";
domain = "daisy.co.uk";
document.write('<a href=\"mailto:' + user + '@' + domain + '\">');
document.write('<b>' + user + '@' + domain + '</b></a>');
// End -->
</script>
Hopefully it works!
|
|||