Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 540617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:15:31+00:00 2026-05-13T10:15:31+00:00

I am looking for a .NET/ JAVA free or opensource SPAM detectors accesible via

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T10:15:32+00:00Added an answer on May 13, 2026 at 10:15 am

    Checkout the Akismet .NET 2.0 Api on CodePlex.

    Here’s an example from the CodePlex page:

    // Verify key
    Akismet api = new Akismet("key", "http://url.com", "Test/1.0");
    if (!api.VerifyKey()) throw new Exception("Key could not be verified.");
    
    // Create comment object for testing
    AkismetComment comment = new AkismetComment();
    comment.Blog = "http://joel.net";
    comment.UserIp = "147.202.45.202";
    comment.UserAgent = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)";
    comment.CommentContent = "<a href=\"http://someone.finderinn.com\">find someone</a>";
    comment.CommentType = "comment";
    comment.CommentAuthor = "someone";
    comment.CommentAuthorEmail = "backthismailtojerry@fastmail.fm";
    comment.CommentAuthorUrl = "http://someone.finderrin.com";
    
    // Test comment against akismet's service
    bool isSpam = api.COmmentCheck(comment);
    

    Akismet rocks.

    -Charles

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Are there inexpensive or free gateways from .NET to Java? I'm looking at some
I'm looking for a .NET library or command line tool that would allow me
I'm looking for a QR-Code library for C/C++, not Java or .Net please. Anyone
I'm a Java developer looking to learn some C#/ASP.NET. One thing I've never liked
I'm looking for a .NET Add-in that reads in the contents of the Current
I'm looking for the .NET-preferred way of performing the same type of thing that
Where can I get some decent looking free ASP.Net or CSS themes?
I am looking for a .NET library that is able to decode data from
I'm looking for recommendations of a good, free tool for generating sample data for
I'm looking for a .NET regular expression extract all the URLs from a webpage

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.