| « I have had to disable comments | What are they thinking? » |
I have created a couple of dummy mail domains and have created a honeypot web site (elsewhere) for the purpose of helping to trap spammers and such. Anything to try to shutdown or catch these reprehensible reprobates. I have tried using a method of hiding my e-mail address so that it is both visible to humans and clickable but invisible to spammers, but it doesn't work on this blog. Here it what was suggested:
<script type='text/javascript'>var a = new
Array('s','paul@paul-','robinson.u');document.write("<a
href='mailto:"+a[1]+a[2]+a[0]+"'>"+a[1]+a[2]+a[0]+"");
</script>