Manual Review Interface
Review posts flagged by the spam scoring system. Approve quality content or reject spam.
{{ stats.total_posts }}
Total Posts
{{ stats.unreviewed_posts }}
Unreviewed
{{ stats.approved_posts }}
Approved
{{ stats.rejected_posts }}
Rejected
to
Loading posts...
No posts to review!
All posts have been reviewed or no posts match your filters.
Set Manual Spam Score
{% set modal_post = posts | selectattr('id', 'equalto', selected_post_id) | first | default(none) %}
{% if modal_post %}
{{ modal_post.content | striptags | truncate(200, true, '...') }}
{% endif %}
0 (Not spam)
{{ manual_score if manual_score is not none else 50 }}
100 (Spam)