Discourse AI - Spam detection

I published a test spam topic in my local development environment, but it did not automatically enter the review queue.

The AI detection result is indeed a spam post.

And it also meets the other conditions for entering the review queue.

  1. User Trust Level:

    • Scan posts from users with a trust level of 1 or lower.

    • Exclude posts from users with a higher trust level.

  2. Post Type:

    • Public posts (excluding private messages).

    • Include reply posts and first topic posts based on other thresholds.

  3. Post Edits:

    • Scan posts with significant edits (e.g., changes exceeding 10 characters).

    • Enforce a 10-minute delay between scans of the same post.

  4. Post Frequency:

    • Prioritize cases where new users have posted a total of fewer than 4 posts in public topics.

    • Exclude posts from users exceeding this threshold.

However, the final result is that it did not enter the review queue.

Where should I check to find the problem?