# 间歇性问题：已清除的项目重新出现在审核队列中

**URL:** <https://meta.discourse.org/t/intermittent-issue-cleared-items-reappearing-in-review-queue/393804>\
**Category:** Bug\
**Tags:** review-queue\
**Created:** [2026年一月19日 15:43 UTC](https://meta.discourse.org/t/intermittent-issue-cleared-items-reappearing-in-review-queue/393804 "2026-01-19T15:43:42Z")\
**Posts on this page:** 1\
**Showing post:** 4

<div class="post-metadata">

**Author:** ![kris.kotlarek](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kris.kotlarek/32/176919_2.png) [@kris.kotlarek](https://meta.discourse.org/u/kris.kotlarek)\
**Post date:** [2026年一月23日 02:21 UTC](https://meta.discourse.org/t/intermittent-issue-cleared-items-reappearing-in-review-queue/393804/4 "2026-01-23T02:21:14Z")

</div>

感谢您报告此错误。

我认为您的观察是正确的。当一个帖子需要批准并且已经获得批准时，它会像任何新帖子一样被发送到 AI 垃圾邮件检查。如果检测到潜在垃圾邮件，就会创建一个新的审核项目。

我创建了一个拉取请求（PR）来跳过对已检查和批准的帖子的 AI 检查。

> <https://github.com/discourse/discourse/pull/37263>
>
> When a queued post is approved by a moderator, the newly created post triggers t…he :post\_created event, which causes the AI spam scanner to scan it. If detected as spam, a new reviewable is created, causing the item to reappear in the review queue immediately after being cleared.
> 
> This fix adds a check in SpamScanner.new\_post to skip scanning posts that have an associated approved ReviewableQueuedPost. The check is intentionally not in should\_scan\_post? so that user edits to these posts are still scanned.

---

_[View the full topic](https://meta.discourse.org/t/intermittent-issue-cleared-items-reappearing-in-review-queue/393804)._
