Regex Rule
The Regex rule matches on text content from a comment or submission in the same way automod uses regex. The rule, however, provides additional functionality automod does not:
- Can set the number of matches that trigger the rule (matchThreshold)
Which can then be used in conjunction with a window to match against activities from the history of the Author of the Activity being checked (including the Activity being checked):
- Can set the number of Activities that meet the matchThresholdto trigger the rule (activityMatchThreshold)
- Can set the number of total matches across all Activities to trigger the rule (totalMatchThreshold)
- Can set the type of Activities to check (lookAt)
- When an Activity is a Submission can specify which parts of the Submission to match against IE title, body, and/or url (testOn)
Examples
-   - Differs from just using automod because this config can allow one-off/organic links from users who DO NOT spam discord links but will still remove the comment if the user is spamming them
 
Template Variables
| Name | Description | Example | 
|---|---|---|
| result | Summary of rule results (also found in Actioned Events) | Criteria 1 ✓ – Activity Match ✓ => 1 > 0 (Threshold > 0) and 1 Total Matches (Window: 1 Item) – Matched Values: “example.com/test” | 
| matchSample | A comma-delimited list of matches from activities | “example.com/test” |