简体   繁体   English

垃圾邮件检查,垃圾邮件得分如何?

[英]spam check, spam score how to?

I am doing a app that is sending email and need to have a spam checker on the outgoing email. 我正在做一个正在发送电子邮件的应用程序,并且需要在外发电子邮件上有一个垃圾邮件检查器。 I have been looking for this a while now, I can not seem to find a good solution. 我已经寻找了一段时间,我似乎找不到一个好的解决方案。 I would like to use something like the spamassassin. 我想使用类似spamassassin的工具。 Do you guys got any examples how to do the spamassassin with asp.net (coding example, not example to setup the actual spamassassin, that is done)? 你们有没有使用asp.net进行spamassassin操作的示例(编码示例,而不是设置实际spamassassin的示例,完成了)? Or examples on other ways to do this to get a score? 还是其他获得评分的方法的示例?

Any ideas on how to do this just let me know. 有关如何执行此操作的任何想法,请告诉我。

I would be very thankful for this 我对此非常感谢

Thanks 谢谢

You could start with building your own Bayesian filter. 您可以从构建自己的贝叶斯过滤器开始。 This sample at Codeproject is very simple, but you could build on it. Codeproject上的这个示例非常简单,但是您可以在此基础上进行构建。

http://www.codeproject.com/KB/cs/BayesClassifier.aspx http://www.codeproject.com/KB/cs/BayesClassifier.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM