Dealing with site spam on Drupal (updated)

Comments

9 comments posted
Try Spamicide along with

Try Spamicide along with reCaptcha. Spamicide adds fake form fields to forms and then hides them with CSS. If the form field gets filled out (i.e. by a bot) then the submission is discarded.

http://drupal.org/project/spamicide

Anonymous's picture
Posted by Anonymous (not verified) on Sun, 04/04/2010 - 1:23am
After upgrading to the latest

After upgrading to the latest version of mollom, you need to reconfigure it again (just tell it what forms need to be protected). Could it be you missed this step?

Anonymous's picture
Posted by Anonymous (not verified) on Sun, 04/04/2010 - 1:38am
If you're running a community

If you're running a community website with e.g. a forum, another option is to use the flag module and create a spam flag for nodes and comments. Flagged nodes/comments can be listed in a view for moderation by users with a role to moderate. What's also possible is to configure an action to unpublish the node/comment when it has been flagged X times.

Anonymous's picture
Posted by toemaz (not verified) on Mon, 04/05/2010 - 7:40am
http://drupal.org/project/spa

http://drupal.org/project/spam is another solution, with a built-in Bayesian filter that "learns" what is spam. One trade-off is that it requires more server resources, so I would not recommend it on a site stretching server resources (or any site running on shared hosting or a small slice).

Anonymous's picture
Posted by Laura (not verified) on Mon, 04/05/2010 - 7:36pm
Thanks for the suggestions,

Thanks for the suggestions, everyone. As noted above, and as suggested by Mr/Ms Anonymous, after updating Mollom I had to redo the settings and then it worked again.

Damien's picture
Posted by Damien on Mon, 04/05/2010 - 10:42pm
I wrote a module, called

I wrote a module, called comment_moderation, that helps you to easily navigate and moderate comments. This was my solution for the plenty of (human) spam that is not filtered out by technologies like Mollom or reCaptcha. The current workflow of moderating comment spam is too time-consuming and comment_moderation is a solution to that secondary problem.

Anonymous's picture
Posted by Dag Wieers (not verified) on Thu, 04/08/2010 - 9:18am
Thanks for the tip Dag, I'll

Thanks for the tip Dag, I'll check it out.

Damien's picture
Posted by Damien on Thu, 04/08/2010 - 8:21pm
After tolerating spam for far

After tolerating spam for far too long, when I did start looking for spam-filtering solutions I was pretty rushed. I've opted for Mollom, and based on what you're saying might be switching to reCaptcha. Alternatives I considered and discarded: Captcha (was using this, wasn't up to snuff), Disqus, and Spam.

Anonymous's picture
Posted by theneemies (not verified) on Tue, 04/20/2010 - 7:57am
theneemies: please check the

theneemies: please check the update, Mollom is working great now - two weeks and no spam!

Damien's picture
Posted by Damien on Tue, 04/20/2010 - 1:49pm

Post new comment

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account, used to display your avatar.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Spoilers can be placed between [spoiler][/spoiler] tags in order to be masked using CSS. Users will need to highlight the text to read content.

More information about formatting options