fix: Add additional checks for disabled projects

This commit is contained in:
Dries Augustyns
2025-12-16 11:52:53 +01:00
parent 780741e37f
commit 863e784e1c
5 changed files with 51 additions and 3 deletions
+10
View File
@@ -121,6 +121,16 @@ SMTP_DOMAIN=smtp.example.com
# PLUNK_API_KEY=
# PLUNK_FROM_ADDRESS=
# ========================================
# OPTIONAL: Security Settings
# ========================================
# Controls whether projects are automatically disabled when bounce/complaint rate thresholds are exceeded
# When enabled (default), projects exceeding security limits will be automatically suspended
# When disabled, violations will be logged and notifications sent, but projects won't be auto-disabled
# Recommended for self-hosters: false (manage project status manually)
# Default: true
# AUTO_PROJECT_DISABLE=false
# ========================================
# ADVANCED (rarely needed)
# ========================================