This extension doesn't work, or at least I can't make it working.
There's an email spam service called vusra.com, you can go there and try creating various fake emails and check for confirmation to those emails, a clever service unfortunately.
Now, I enabled this extension on my Flarum forum and have enabled "email SPAM check", threshold 5, confidence 50 (tried 100 and 0, actually can't understand what this does).
I'm trying to register with emails generated by vusra.com and I am allowed to register and receive confirmation emails. However if I check the emails with the StopForumSpam REST API, all these fake emails receive frequency of 255:
http://api.stopforumspam.org/api?email=lolteroste@vusra.com&json
{
"success": 1,
"email": {
"lastseen": "2022-01-23 11:29:31",
"frequency": 255,
"appears": 1,
"confidence": 99.95,
"blacklisted": 1,
"value": "lolteroste@vusra.com"
}
}
Apparently 255 is much more than 5 but the detection doesn't get activated. What am I doing wrong and how can I check if the extension works, are there any logs?