This morning i found a spam comment on every single node on my site - the spam module didn't detect these as spam - now, how do i delete all these comments?? (other than following the delete link 10,000 times?)

There doesn't seem to be a mass comment deleter.
(or i'm lost)

Comments

jbrauer’s picture

If you're comfortable with SQL you can do it directly in the database. (It's not perfect as it leaves comment counts strange, but it is the only way I've dealt with them).

I would also highly recommend the Bad Behavior module.

------------------------------
Adding Understanding

--

nathandigriz’s picture

I have not tried this myself to see how they work (no spammers yet) but this looks like a partial solution to your problem.

http://www.hivemindz.com/drupal-4-6-select-all-comments-modules

Shiny’s picture

this is the perfect solution :-)

I hope it gets merged into drupal comment module in due course.

Davinia’s picture

Hi,

I'm having the same problem, but the link with the solution provided here doesn't exist anymore. Can somebody help me please?