How do you prevent emails being gathered from HTML pages by email spiders? Does mailto:
linking them increase the likelihood of them being picked up? I think I read somewhere about a built-in Ruby function that confuses email spiders by decimal-encoding the email address - can anyone link me to some documentation or tell me how effective this is?
Note: People must log in before they can view the email addresses, I just want to know about extra security measures to stop a registered user from harvesting emails (as there is a rather large userbase).