Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk analyzing or How to deal with huge spam amounts #281

Open
Zodiac1978 opened this issue May 13, 2019 · 9 comments · May be fixed by #374
Open

Bulk analyzing or How to deal with huge spam amounts #281

Zodiac1978 opened this issue May 13, 2019 · 9 comments · May be fixed by #374
Assignees
Milestone

Comments

@Zodiac1978
Copy link
Member

If people are not updating ASB they will end up with huge amounts of spam. In my case 20k+

Bildschirmfoto 2019-05-13 um 21 24 41

Even with post per page set to 200 this will end up in 100 pages which need to be scanned for correct comments. More than 200 will end up in a "Request too long" error on most server configs.

So how do we solve this issue for our users? Bulk analyzing?

I found https://wordpress.org/plugins/wp-bulk-delete/ but I need to buy the Pro version to filter the comments. Deleting all comments is an easy task, but there could be valid comments in between ...

@2ndkauboy
Copy link
Member

Are you asking for a "delete all spam comments" button within ASB? That should be easy to do. Or do you want to have a "delete all spam comments with spam reason X" filter?

@2ndkauboy
Copy link
Member

We do have the "Delete comments by spam reasons" option. And we have the "Delete existing spam x days" option. Having a combination of both would be nice (so not delete comments with "any" reason after x days, but only those with a specific reason).

@Zodiac1978
Copy link
Member Author

Are you asking for a "delete all spam comments" button within ASB?

No.

Or do you want to have a "delete all spam comments with spam reason X" filter?

No. These are pending comments. So I would like to re-analyze them. And maybe some sort of "This is spam, please mark every comment with the same content/author/IP as spam too"-button, or something else which is preserving valid comments which could be in this huge amount of pending comments. There is no spam reason for pending comments, so this is not what I want.

We do have the "Delete comments by spam reasons" option. And we have the "Delete existing spam x days" option. Having a combination of both would be nice (so not delete comments with "any" reason after x days, but only those with a specific reason).

This does not help for those pending comments. This would help for new comments only.

@2ndkauboy
Copy link
Member

Ah, now I get it. That would really be a very key functionality, especially if you install the plugin after you've already received lots of spam.

@websupporter
Copy link
Contributor

That would be a cool feature.
If its okay, I would label it in some 3.x milestone?

@websupporter websupporter added this to the 3.1 milestone Jun 20, 2019
@Zodiac1978
Copy link
Member Author

Zodiac1978 commented Jul 31, 2019

20k seems to be a "normal" spam wave ...
Bildschirmfoto 2019-07-31 um 10 24 07

@florianbrinkmann
Copy link
Member

I just looked at the comments list screen and thought about where to put those actions. In the first step, I would begin with the action to re-analyse all pending comments. I thought about putting that as a button in the AB settings screen, because in most cases, that would be a one-time action, nothing that the user needs often.

What do you think?

@Zodiac1978
Copy link
Member Author

Not sure. The edit-comments.php page is very full. Not easy to add a new button. Although this is the first page I would look at if I have comment spam and not the setting page of ASB.

@florianbrinkmann florianbrinkmann linked a pull request Dec 10, 2020 that will close this issue
1 task
@florianbrinkmann florianbrinkmann linked a pull request Jan 27, 2021 that will close this issue
1 task
@planetahuevo
Copy link

planetahuevo commented Feb 8, 2021

@Zodiac1978 this feature is when you did not have ASB installed and you install it after you have 20k spam comments.
So it makes sense to be in settings:
You detect the spam, install the plugin, configure the settings and then from the same page, run it for current pending comments button.
Job done! :)

PS: I just installed this plugin on a project for those reasons, and I will use WP CLI to remove all comments on pending, probably losing some real comments in the process. I won´t even go into the edit-comments page at all.

@Zodiac1978 Zodiac1978 modified the milestones: 2.10, 2.11 Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants