I had over 6000 already tagged spam comments in my database from using SCode and reCAPTCHA within MovableType. But couldn't find a "delete all spam" from the admin dashboard.
Here is a sql statement to do it manually:
Here is a sql statement to do it manually:
delete from mt_comment where comment_junk_status < 0;

Leave a comment