建议:修改单词列表过滤器批准弹窗

我们正在使用词表过滤功能,因此新帖子会被阻止、标记或需要审核。

对于需要审核的帖子,最好能直接显示是哪个词触发了审核请求。

我们的审核词表目前包含 63 个词(其中一些词末尾带有星号,因此实际可能性更多),而审核人员手动在帖子中查找这些词以确认触发审核的原因非常令人烦恼。

7 个赞

This would be a nice improvement if we could do it @eviltrout but I am not sure if it is possible.

3 个赞

I actually took a quick look at this but the way watched words currently worked is they’re munged together into one big regular expression that returns true/false if it matches. With some refactoring we could have the watched word code return the word(s) that matched and then I could include that in the review queue.

6 个赞

我们至少可以注明这是通用监控词匹配吗?我们因此收到了大量支持请求。

3 个赞

这不就是它已经做到的吗?

3 个赞

当帖子因包含受监控词汇而需要审批时,会显示“此帖子包含受监控词汇”的提示。如果帖子因受监控词汇而被标记,则不会显示该提示。

6 个赞

啊,这就说得通了!我怀疑是可以采取一些措施的,我会进一步调查。

5 个赞

这将修复以下问题:如果帖子因被监视的词语而被自动标记,它将包含与需要审批时相同的说明:

6 个赞