Top of the morning to everyone! I have an existing setup that I am now taking over from a third party and I am tasked with finding a Spam/Mature filter module for comments/posts. I have done some research at http://drupal.org/project/spam and feel that it would be an excellent tool to remove spam but I am skeptical about uses as a mature content filter. Are there any modules that anyone can recommend?

Comments

WorldFallz’s picture

It depends on how you define 'mature content'. With core drupal you can configure an advanced action )(at admin/settings/actions) to "unpublish post containing keyword(s)..." and specify the words (it's case sensitive btw) you want to trigger a piece of content to be unpublished.

Alternatively, there are the http://drupal.org/project/webpurify, http://drupal.org/project/wordfilter, & http://drupal.org/project/phonetic modules.

fumanchu182’s picture

Thank you, I will investigate each of these.