PaulB
Well-known member
Occasionally StopForumSpam chooses to blacklist certain IP addresses, email hostnames, and usernames. SFS refers to these as "toxic" entries. They're manually managed by the owner of SFS. When an IP address, email address, or username is considered toxic, the SFS API will return a frequency of 255 for the corresponding field.
It'd be nice if XenForo had some sort of indicator to show that users blocked for toxic entries are blacklisted by hand, not necessarily evidence submitted recently by forums. While these bans are normally put in place for obvious reasons, sometimes they are outdated. It can be confusing if a certain email hostname always requires admin approval for registration, but there aren't any reports matching that hostname in the SFS database.
There's not much documentation about this feature on the SFS website. After I asked about an unusual case on their forums, a moderator told me the special meaning of 255. The owner confirmed that this is the expected behavior.
For example, here's what I might see now in "Users Awaiting Approval":
Here's what I'd rather see:
... where "blacklisted" is a link to a page/popup/tooltip explaining what it means.
It'd be nice if XenForo had some sort of indicator to show that users blocked for toxic entries are blacklisted by hand, not necessarily evidence submitted recently by forums. While these bans are normally put in place for obvious reasons, sometimes they are outdated. It can be confusing if a certain email hostname always requires admin approval for registration, but there aren't any reports matching that hostname in the SFS database.
There's not much documentation about this feature on the SFS website. After I asked about an unusual case on their forums, a moderator told me the special meaning of 255. The owner confirmed that this is the expected behavior.
For example, here's what I might see now in "Users Awaiting Approval":
Code:
StopForumSpam matched (email: 255)
Here's what I'd rather see:
Code:
[code]StopForumSpam matched (email: blacklisted)
... where "blacklisted" is a link to a page/popup/tooltip explaining what it means.
Upvote
3