Files

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 matchThreshold to 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