Review my startup idea: Reduce spam sent to company's contact e-mail
https://news.ycombinator.com/item?id=5003607I experienced it myself, from time to time we get spam sent to our company's contact e-mail displayed on the front page.
One work around is replacing the '@' character with 'at' or something similar. However we did not want to do that, as we wanted a clickable link.
I think a good solution to this problem would be an e-mail address that changes periodically, say from: contact_2323@company.abc.com to contact_23a2@company.abc.com. where abc.com (for example) would be the domain of my startup, and company the name of a customer. This changing e-mail would only be valid for a limited time.
The idea is to provide a piece of code that changes the e-mail and handling redirections. What do you think?