我们希望在安装了 Akismet 插件时,利用该插件检测垃圾用户。用户的“关于我”字段将作为输入传递给 Akismet,以识别垃圾用户。此功能仅用于检测 TL0 用户中的垃圾用户。
这将涉及对现有 Akismet 插件进行增强,以检测垃圾用户。
垃圾用户示例:
我将负责此项增强工作。如果需要更多信息或说明,请告知。
谢谢
我们希望在安装了 Akismet 插件时,利用该插件检测垃圾用户。用户的“关于我”字段将作为输入传递给 Akismet,以识别垃圾用户。此功能仅用于检测 TL0 用户中的垃圾用户。
这将涉及对现有 Akismet 插件进行增强,以检测垃圾用户。
垃圾用户示例:
我将负责此项增强工作。如果需要更多信息或说明,请告知。
谢谢
Strongly recommend you hold off on any work here until @eviltrout is done with the new review queue.
Actually, I’m not planning to show spam users on interface in initial version. I still have to see where it can be put in the UI. Initial version will just be an enhancement in the Akismet plugin to detect spam users. We will just check TL0 users and store their results. I can integrate to this new Review Queue later instead when working on interface for the user.
P.S: I’m mostly done with my initial code 
Do we want this feature to be controlled by a SiteSetting? Currently, I’m just checking if the Akismet plugin is enabled. If it is, then I process the users too.
I think it will be helpful to put these feature behind a setting since everyone might not want to use it. Also, there is an extra cost if we send more requests than a threshold to Akismet ( Commercial Use Plans, Fees and Payment section in Terms of Service - Stay informed | Akismet).
What do you think?
I highly doubt this will cause a significant bump in submissions to Akismet, so on by default is best. We should only be checking this in a few rare conditions:
Okay, I will not add a setting then for now.
Thanks