[nycbug-talk] Spam probes

Godwin Stewart gstewart
Wed Nov 10 04:56:44 EST 2004


On Tue, 9 Nov 2004 18:44:46 -0500, "Kevin Reiter" <tux at penguinnetwerx.net>
wrote:

> Seriously though, since I've been using that, I have yet to receive a
> single spam on any of the addresses I've encoded with it, compared to
> other addresses(spamtraps) I've mingled in with them.

I've been using this for quite a while now:

  <script language="javascript" type="text/javascript">
  function WriteMailLink(user,domain,subject) {
    document.write('<a href="mai');
    document.write('lto:'+user+'@');
    document.write(domain);
    if ( subject.length > 0 )  document.write("?subject="+subject);
    document.write('">'+user+'@'+domain+'<'+'/a>');
  }
  </script>

With no "mailto:" or "@" sign directly visible in the source, it throws most
bots for a loop.

-- 
BOFH excuse #105:

UPS interrupted the server's power




More information about the talk mailing list