Web 应用程序中的垃圾邮件防护
我有一个网络应用程序,用户可以在其中发表评论。是否有任何插件或任何存在的东西,以便我可以扫描这些消息进入数据库并只存储不是“垃圾邮件”的消息?
我的应用程序位于 ASP.NET MVC 2 中,我使用 JQuery 处理大多数 AJAX 帖子来存储评论等。
编辑:
我已经实现了“标志”选项,以尝试在网站上创建自我监管的氛围,但如果用户懒得对此做任何事情,我希望有一些东西可以支持这一点。
I have a web app where users can post comments to it. Is there any plugins or anything that exist so I can scan these messages on their way into the database and only store ones that aren't "spam"?
My app is in ASP.NET MVC 2 and I use JQuery for most of the AJAX posts to store comments, etc.
Edit:
I'm already implementing a "Flag" option, to try and create a self-policing atmosphere on the site, but I'd like there to be something to back that up if the users are too lazy to do anything about it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 http://www.stopforumspam.com/ 它有一个 API 可以通过 IP 检测垃圾邮件发送者, /或用户名
Take a look at http://www.stopforumspam.com/ it has an api to detect spammers by IP and/or username