Add ALIAS_AUTOMATIC_DISABLE

This commit is contained in:
Son Nguyen Kim 2021-09-17 18:05:18 +02:00
parent 344f8e67d2
commit de3207ac4b
2 changed files with 6 additions and 1 deletions

View File

@ -400,3 +400,6 @@ POSTMASTER = os.environ.get("POSTMASTER")
# store temporary files, especially for debugging
TEMP_DIR = os.environ.get("TEMP_DIR")
# enable the alias automation disable: an alias can be automatically disabled if it has too many bounces
ALIAS_AUTOMATIC_DISABLE = "ALIAS_AUTOMATIC_DISABLE" in os.environ

View File

@ -175,4 +175,6 @@ DISABLE_ONBOARDING=true
# POSTMASTER = postmaster@example.com
# TEMP_DIR = /tmp
# TEMP_DIR = /tmp
#ALIAS_AUTOMATIC_DISABLE=true