Comment by Sephardson on 04/02/2025 at 16:13 UTC*

2 upvotes, 1 direct replies (showing 1)

View submission: AutoMOD

View parent comment

I would recommend using the full text of the flair, as it is the simpler search check:

https://www.reddit.com/r/reddit.com/wiki/automoderator/full-documentation

For example, on r/Zelda, we have a rule similar to this that looks for "Fan Art" post flair:

---
    type: submission
    domain: ["i.redd.it","v.redd.it"]
    ~title (includes): ["[OC]"]
    flair_text: ["Fan Art", "Fan Content"]
    comment: "Please remember that you must provide proof of permission from the original artist to rehost their work here! See https://www.reddit.com/r/zelda/wiki/rules for more details."
---

The `flair_css_class` is in the background, and may not be defined if you do not use it.

The third option is the `flair_template_id` is also in the background, but that is harder to find and read; you have to grab that one from the styling menu.

Replies

Comment by Cat_Sicario_2601 at 04/02/2025 at 16:25 UTC

3 upvotes, 0 direct replies

Thank you!!