Live data from Hacker News

Ask HN: Is there a spam filtering web service?

news.ycombinator.com

1–7 of 7 posts

Ask HN: Is there a spam filtering web service?

#1
After reading Resig's post about Google Groups, I was wondering if there exists a web service that specializes in filtering out spam.

I would imagine I could create a new filter, send training data to a filter, and send data to a filter and have it return the likelihood of it being spam.

Anybody have first hand experience using a web service like this? If so, has it met your expectations?

Re: Ask HN: Is there a spam filtering web service?

#5
post #2

Defensio?

Ah, thanks. Any first hand experience using it?

Yup, I interface with it using this plugin: http://github.com/mattapayne/rdefensio

I've done the integration work, but haven't put it into production, so I can't speak to how well the actual service works.

Re: Ask HN: Is there a spam filtering web service?

#6
Well, Google's own Postini does spam-filtering.

I could imagine a setup where you have people send mail to an alias on your domain, route it into Postini, and then into Google Groups. The big problem would be getting users _not_ to send directly to Google Groups. And I'm not sure you'd even be able to tell them (direct vs. filtered) apart in Google Groups...