Basically speaking, we have a forum-like systems and every one can post their demand/supply information. So we need an anti-spam system to avoid the spams like the ads, politic-sensitive, porn, etc.

Our requirements:

a) open source

b)we can tune its features as we need

c) can be deployed on LAMP systems

By the way, the system could be able to handle Chinese

Any suggestions?

link|improve this question

50% accept rate
feedback

migrated from stackoverflow.com Oct 26 '10 at 13:21

This question came from our site for professional and enthusiast programmers.

closed as off topic by voretaq7 Jan 25 at 6:40

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

1 Answer

up vote 0 down vote accepted

Check out Typepad Antispam. Their API is compatible with akismet, so you can test it out very easily as a service, and then if it fits your needs and you don't want to rely on a 3rd party service, you can download their core framework and run your own.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.