The author manages the website contact mailbox to receive dozens of spam mails every day (Figure 1), more or more than 100, the daily must do is to delete them, Occupy space do not say, but also waste energy, and often become the object of e-mail virus transmission, to later is really annoying, simply change the mailbox. So far, the author has changed five or six Web site contact mailbox. Think carefully, the site of the mailbox so fast into the junk sender's blacklist should be bye-mail address search tool given.
Figure 1
Some time ago, the author has again replaced the contact box on the website, and no longer use the Insert email HYPERLINK "mailto:admin_sxyz@163.com" This common way to set up a contact mailbox. Although some inconvenience, but a few months later, my new mailbox did not repeat the previous troubles, it seems that this method is still valid. below to introduce my email address to get rid of search tool tracking method:
Insert an empty HYPERLINK "#" first, and then modify the HTML code to add a "title" to the tag.
The effect of "title" is to display the contents of quotes after the equal sign in yellow and black as the mouse moves up. When others browse the site, the mouse to move to the "school mailbox" When you can see the address of the contact email (Figure 2), send the message when you can send this address to the recipient column will be able to email me.
Figure 2
Just doing this is not enough, because many email address search tool is to search the email address in the code of the Web page, we cannot let the search software get the correct email address easily, so we also need to deal with the email address: "@" symbol is a typical email address, I use full-width input, and insert some spaces or other characters that do not affect the address of the other person in the e-mail address. After all, to make the computer not think "Title" after the content is the e-mail address, even if recognized can not successfully send mail to this mailbox, and the people who really need to contact me only to the site to see the e-mail address entered into the recipient column will be able to send mail. Believe spammers are not in the mood to collect addresses one after the other.
This method is really effective, if the same as the network management you are also suffering from spam, may wish to try.