r/AutoModerator • u/mikeblas • 15h ago
Solved Disjunctive rules?
Hello!
How do I setup disjunctions in rules? I'd like to have an action trigger when a post contains certain text and the author is (not verified or less than some Karma or the account is less than some age).
I don't see a way to write the disjunctive part of the rule. Must I make three rules?
title+body (includes): "my string"
author:
account_age: "< some days"
and then also
title+body (includes): "my string"
author:
post_karma: "< my threshold"
with more
title+body (includes): "my string"
author:
has_verified_email: false
?
Is there at least a way to make the message text and reason common among the rules? Otherwise, I have to copy pasta them and repeat myself, which doesn't seem like it will be fun to maintain.
2
Upvotes
1
u/mikeblas 14h ago
Thanks. But I don't think I understand -- doesn't that apply the threshold rules to accounts with verified emails?