Unsure about multiple author checks behaviour

https://www.reddit.com/r/AutoModerator/comments/1icmugp/unsure_about_multiple_author_checks_behaviour/

created by johntrytle on 29/01/2025 at 05:35 UTC*

3 upvotes, 3 top-level comments (showing 3)

Wondering if these rules behave how I intend it to:

author:        has_verified_email: false     comment_karma: < x action: remove action_reason: "xxxxxx" --- author:     comment_karma: "< -20" action: remove action_reason: "Low karma user"

Expected behaviour:

I'm encountering an issue where a test account with a verified email is still blocked from posting on my sub. It's receiving a "You can't contribute in this community yet" popup from Reddit, stating that "you have 1 comment karma. Earn more by commenting across Reddit" (something like this[1], and this[2]).

1: https://support.reddithelp.com/hc/article_attachments/33702751581972

2: https://imgbox.com/u8LsJMAx

The popup that I get doesn't even mention the verified email requirement - it only lists a comment karma requirement (which, again, should be ignored since this account already meets the verified email check)

These are the only rules in my config that involves karma thresholds.

Not sure if this has something to do with how I'm writing these rules. Greatly appreciate any help on this.

Comments

Comment by extechsailor at 29/01/2025 at 12:52 UTC

2 upvotes, 0 direct replies

Also use,

satisfy_any_thredhold: true

This will act on both, instead of one or the other.

Comment by Unique-Public-8594 at 29/01/2025 at 05:40 UTC*

1 upvotes, 1 direct replies

“You can't contribute in this community yet" popup from Reddit,”

Might be a site-wide reddit thing or a setting. And it over rides your automod code.

Check this[1] out.  It might be helpful.

1: https://www.reddit.com/r/ModSupport/comments/1h194vg/you_cant_contribute_in_this_community_yet_strange/

Comment by CR29-22-2805 at 29/01/2025 at 05:55 UTC

1 upvotes, 1 direct replies

I do not see anything wrong with your automod code.

I recommend taking this issue to r/bugs. There have been other complaints about errors with the Poster Eligibility Guide. Hopefully, someone will take a look at the issue.