Comment by Ashilikia on 01/12/2024 at 17:18 UTC*

2 upvotes, 1 direct replies (showing 1)

View submission: Streamlining Moderation: Enhanced Safety Features, Users Contribution Tools, Bug Fixes, and More!

Bug report (also submitted to /r/bugs, I'll tag over there too):

We have a rule which is:

author:
    comment_subreddit_karma: "<[REDACTED]"
    account_age: "< [REDACTED]"
action: remove

A user was told that although they have 711 comment karma in rarepuppers, they can't post because their account age is too young. I assume this is happening to all users of the same UI, the reddit app.

The above requirement, converted to logic, is

The logical inverse of that (the do not remove condition) is

The script being used to tell users to post elsewhere is incorrectly interpreting grouped cases, which are logical ANDs, as logical ORs, and forcing users to post elsewhere. **This is a bug!** This explains the notable downtick in posts we've seen.

Replies

Comment by Positive_Owl_2024 at 02/12/2024 at 09:55 UTC

2 upvotes, 0 direct replies

There is a bug, no doubt!