Skip to content

Add email-based exclusion rules

Latest

Choose a tag to compare

@zackpyle zackpyle released this 18 Sep 16:59
· 4 commits to main since this release
4337b7f
  • Add new setting ff_nutshell_exclusion_email_patterns (newline-separated regex)
  • Admin UI: textarea field “Exclude Emails (Regex Patterns)” with examples and sanitizer
  • Form handling: skip all Nutshell actions when submitter email matches any pattern
    • Early return in FF_Nutshell_Form_Handler::create_lead()
    • Safe regex handling (supports /.../i or raw patterns auto-wrapped as case-insensitive)
    • Log invalid regex patterns; log when submissions are excluded (when logging enabled)