是否有任何 .NET/JAVA 免费或开源垃圾邮件检测器可以产生良好的结果?
我正在寻找一个 .NET/JAVA 免费或开源垃圾邮件检测器,可通过 API 进行访问,从而产生良好的结果。我会考虑付费购买能够实现这一目标的优质服务,但理想情况下,我希望开源。 有没有人有任何好的经验或建议?
理想情况下,我将获取内存中消息的文本/标记,我将从该 API 调用一个方法,并且它将返回 bool 或 SPAM 的可能性。
快速谷歌搜索得到了一些结果,但非常感谢有经验的用户分享。
I am looking for a .NET/ JAVA free or opensource SPAM detectors accessible via an API that yield good results. I would consider paying for a good service that accomplishes this as well, but ideally, I would like to go open source.
Does any one have any good experiences with any or recommendations?
Ideally, I would get the text/markup to a message in memory, I would call a method from this API, and it would return a bool or likelyhood of SPAM.
A quick Google search yielded some results, but users with experience to share are greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 CodePlex 上查看 Akismet .NET 2.0 Api。
以下是 CodePlex 页面上的示例:
Akismet Rocks。
——查尔斯
Checkout the Akismet .NET 2.0 Api on CodePlex.
Here's an example from the CodePlex page:
Akismet rocks.
-Charles
实现此目的的一种简单方法是为您的电子邮件设置一个 Google 域帐户,然后让 Google 处理您的垃圾邮件。然后,您可以使用常规 pop3 或 imap api 访问该帐户,也可以将所有电子邮件转发到您的真实帐户。
One easy way to implement this is to setup a Google domain account for your email and let Google deal with your spam. Then you can either access that account using regular pop3 or imap api or simply forward all email to your real account.