# Requirement - user should be able to Report a post - user should be able to report a comment # Description - Upon report the post goes through the spam detection pipeline. - If its confidence is 85%, then >- update the status of the post or description to Rejected >- update the count of the reported user >- check: > >- report count >= 3 : blacklist the user >- move the post/description to archive - Else put it for review by admin - If report cont of a post/description > 3 then move it to archive
Requirement
Description