Just Released: Mollom for .NET v1.0!#

My friend Dries Buytaert - known all around the world for creating Drupal (the wildly popular open source content management system) and Axl (the incredibly cute kid he co-created with my even better friend Karlijn) - asked me a few months ago if I had any trouble with spam on my blog... It turned out he was building Mollom, a solution for fighting spam and automating content monitoring, and was looking for beta testers. I immediately jumped aboard and implemented a .NET client API for his service and integrated it into dasBlog, the blog engine I'm using.

Now that Mollom and its API and developer documentation have finally been released (in public beta), I've packaged my client library as well and published it on CodePlex: see the Mollom for .NET homepage.

Mollom's purpose is to dramatically reduce the effort of keeping your websites clean and the quality of their user-generated content high. Currently, Mollom is a spam-killing, one-two punch combination of a state-of-the-art spam filter and CAPTCHA server.

I have to say it's working really well for me, I don't get any spam at all anymore through my blog, and the XML-RPC API that Mollom provides is easy and straight-forward to use. And, of course, if you develop on .NET then it's even easier to talk to Mollom using my client API. As a very basic sample, this should give you an idea of how easy it is to have Mollom classify a piece of content:

MollomClient client = new MollomClient(privateKey, publicKey);
ContentCheck result = client.CheckContent(postTitle, postBody, authorName, authorMail, authorUrl, authorIPAddress);
if (result.Classification == ContentClassification.Spam)
{     // Handle spam here...
}

All information, downloads and documentation is available on the Mollom for .NET homepage on CodePlex, so rush out and let me know what you think!

Monday, May 19, 2008 9:41:24 AM (Romance Standard Time, UTC+01:00)
for some reason, this site does not show up at first in firefox/opera here (even when refreshing), it does in IE..
(confirmed at 3 other pcs)
Monday, May 19, 2008 10:29:44 AM (Romance Standard Time, UTC+01:00)
Hi Matthias,

That's quite strange actually, I've never heard of this problem before and I can see in my stats that there are lots of Firefox and Opera users. Can you try it out on another location or network (e.g. at home or at work)?

Thanks,

Jelle
Monday, May 19, 2008 7:08:38 PM (Romance Standard Time, UTC+01:00)
I've tried at home now (which is a linux box). Opera has the same behavior (address not found error). Firefox also (white page with nothing on it). Finally, I seem to have found some kind of culprit.. I always visit this page through a blog post at buytaert.net. Only if I click through from there, I have this problem, using a direct link yields no problem! There seems to be an 'incompatibility' between your site and Dries' :) as I don't have any trouble with the other links on Dries' site..

strange, heh? :)
Monday, May 19, 2008 7:50:50 PM (Romance Standard Time, UTC+01:00)
Yes, myself and apparently a lot of others have noticed the same thing: it's only when going from Dries' post to mine that the site doesn't work. Even on Internet Explorer, although you said that was working for you?

Quite strange indeed, but I wouldn't know what could be causing it for now. If you have any ideas... :-)
Monday, May 19, 2008 10:28:49 PM (Romance Standard Time, UTC+01:00)
Fixed! Apparently, my website blocked all referrers that contained (amongst others) the word "buy", including BUYtaert.net ;-) Luckily, that was easily fixed...

Thanks for letting me know!

-Jelle
Tuesday, May 20, 2008 10:40:42 AM (Romance Standard Time, UTC+01:00)
hehe, np :)
funny, but I'm glad you found the cause.
(the reason why I thought, at first, it was no problem with IE was because apparently I must have used the direct url there instead of the referral.)
Name
E-mail
Home page

Comment (HTML not allowed)  

Enter the code shown (prevents robots):

Live Comment Preview
All content © 2008, Jelle Druyts
On this page

Recent Photos
www.flickr.com
This is a Flickr badge showing public photos from Jelle Druyts. Make your own badge here.
Advertising
Top Picks
Statistics
Total Posts: 345
This Year: 8
This Month: 0
This Week: 0
Comments: 523
Archives
Sitemap
Disclaimer
This is my personal website, not my boss', not my mother's, and certainly not the pope's. My personal opinions may be irrelevant, inaccurate, boring or even plain wrong, I'm sorry if that makes you feel uncomfortable. But then again, you don't have to read them, I just hope you'll find something interesting here now and then. I'll certainly do my best. But if you don't like it, go read the pope's blog. I'm sure it's fascinating.

Powered by:
newtelligence dasBlog 2.0.7226.0

Sign In