Closed (fixed)
Project:
Spambot
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2024 at 20:18 UTC
Updated:
1 Nov 2024 at 14:29 UTC
Jump to comment: Most recent
When spambot scans accounts on cron and tries to block the account, the account doesn't actually get blocked, even when this message appears in watchdog: "Blocked spam account: @name <@email> (uid @uid)'".
Run cron with a spam account on the site. Observe it is not blocked.
I think this is because `$account->save()` is not called after `$account->block()` in spambot_cron().
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
grasmash commentedComment #6
nickdickinsonwildemmm yeah that's very necessary. Thanks for catching that.