I have a question regarding hiding email addresses:

It appears that 'obscuring' emails consists to be replacement of the at
symbol with %40
- this is not adequate as many scraping products will recognize this

is there any option for public archives to really thwart scraping ?
eg.
[EMAIL PROTECTED] to be shown as: me at myaddress dot com
[yes, this would invalidate any href=mailto links]

or by a javascript entry like:

<script language=javascript>
  <!--
  var aka = "my name"
  var prefix = "me"
  var domain = "myaddress.com"
  document.write("<a href=" + "mail" + "to:" + prefix + "@" + domain + ">" +
aka + "</a>" + ".")
  //-->
</script>
[yes, this won't work if javascript is unavailable]

I am using Mailman version 2.0.13




------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [email protected]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to