TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Review my startup idea: Reduce spam sent to company's contact e-mail

4 点作者 bonzoq超过 12 年前
I experienced it myself, from time to time we get spam sent to our company's contact e-mail displayed on the front page.<p>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.<p>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.<p>The idea is to provide a piece of code that changes the e-mail and handling redirections. What do you think?

3 条评论

Chris_X超过 12 年前
Here's a simple solution that works: <a href="http://www.dynamicdrive.com/emailriddler/" rel="nofollow">http://www.dynamicdrive.com/emailriddler/</a><p>No startup needed.
评论 #5007570 未加载
amikazmi超过 12 年前
If all you want is a clickable link, you can set it with javascript- almost every "real" person runs javascript, and most of the spam bots don't.
评论 #5004304 未加载
pavel_lishin超过 12 年前
The problem is that if I save contact_2323@example.com in my address book, and it changes two weeks later, I suddenly stop receiving responses from you, and have no idea why.<p>Also, how is this a startup idea?
评论 #5003695 未加载