Web 应用程序中的垃圾邮件防护

发布于 2024-11-03 02:10:34 字数 225 浏览 4 评论 0原文

我有一个网络应用程序,用户可以在其中发表评论。是否有任何插件或任何存在的东西,以便我可以扫描这些消息进入数据库并只存储不是“垃圾邮件”的消息?

我的应用程序位于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一江春梦 2024-11-10 02:10:34

看看 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文