I am looking for a .NET/ JAVA free or opensource SPAM detectors accesible 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.
Checkout the Akismet .NET 2.0 Api on CodePlex.
Here’s an example from the CodePlex page:
Akismet rocks.
-Charles