Hi!
I'm new here and I must say Drupal seems really good. One thing that worries me though is that spam seems to be a problem. Is automated spam only a big problem when allowing non-logged-in users to post comments?

Comments

laura s’s picture

One is to require registration to post comments. That will filter 99% of it.

Another is to use the spam module.

Another is to use the captcha module with the additional patch to insert captcha into the comment-posting process.

.:| Laura • pingV |:.

_____ ____ ___ __ _ _
Laura Scott :: design » blog » tweet

Emilio-1’s picture

So registration would filter out 99% of the automated spam? Do you mean there are automated spambots that can post spam even though registration is required?

laura s’s picture

I know that automated registration bots exist for other platforms. Maybe as yet Drupal is too small for someone to script one.

.:| Laura • pingV |:.

_____ ____ ___ __ _ _
Laura Scott :: design » blog » tweet

Emilio-1’s picture

How effective is the captcha at stopping spam? Are there spambots that get by it?

Is it possible to make captchas appear for anonymous users but not for logged in ones?

sicario’s picture

The captchas r very effective for stop the spamming bots, if you decide to use it, forget the spam :]

Is it possible to make captchas appear for anonymous users but not for logged in ones?

That's the idea. With this module you gonna have captchas for registration and anonymous comments. Obviously, the loggin people don't gonna see any cacptchas at all.

Emilio-1’s picture

Thanks guys for your answers! I will definitely give drupal a try!