Is it still worth obfuscating email-addresses to prevent harvesting?

故事扮演 提交于 2019-12-13 08:14:52

问题


I was wondering, is it really worth the trouble to implement email-obfuscation techniques in order to prevent emails from being harvested these days? My initial thought is no but i might be wrong. My (possibly inaccurate) arguments:

  • spam filtering and detection is superior these days (when looking at my gmail spambox over 90% of all mail i receive is spam but none ends up in my inbox). Is it safe to assume the same for most other email services?
  • most techniques aren't 100% proof against advanced harvesting scripts so all effort could be in vain.

You might argue that it's no trouble to obfuscate an e-mail address but i notice a lot of our clients enter their e-mail addresses through our CMS which thus requires me to filter out the e-mail adresses from the text and replace it with an obfuscated version which obviously is a little more trouble.

I'd like to hear from other people wondering the same or actually proving me wrong :)


回答1:


If it's your address, you can do whatever you see fit.

If it's not your address, you might want to ask the owners. (Or check DNS to see if it's hosted on Google Apps)

As I described here, it is possible to block even the most advanced harvesters. (Unless they specifically target your site and work with the script)



来源:https://stackoverflow.com/questions/4184555/is-it-still-worth-obfuscating-email-addresses-to-prevent-harvesting

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!