How to deal with spam comments and distinguish them from non-spam comments?
Delete them all. I donโt think a few comments are worth so much of your time. To clean up the entire table, open a SQL console (the plugin Adminer has an UI for that) and type: TRUNCATE table wp_comments You might have to change the name if you are using an other prefix than wp_. … Read more