bhadaway / stop-spammers

Stop Spammers has been forked into a new project called Dam Spam.
https://github.com/bhadaway/dam-spam
35 stars 13 forks source link

Feature Request: Allow bulk submissions to SFS #173

Open rsbeckerca opened 2 years ago

rsbeckerca commented 2 years ago

I was wondering whether we could add a bulk action to submit all selected spammers's IP addresses to SFS and other services instead of having to do this one at a time. I'm getting hundreds per day from what appears to be a server farm.

bhadaway commented 2 years ago

Hmm, I'm not sure that the https://www.stopforumspam.com/ API even allows bulk submissions, but thanks for the suggestion. I'll leave this open for us to potentially explore one day.

rsbeckerca commented 2 years ago

As a suggestion, the implementation could be based on the WP bulk action selection. The submit each IP to SFS using some kind of pacing, so that it does not look like a flood of requests. Say, every 2 seconds. That could be prompted during the operation.