This commit is contained in:
Son NK 2021-01-11 15:06:56 +01:00
parent f1e9b2b5d7
commit 13f3deb671
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ ADMIN_EMAIL = os.environ.get("ADMIN_EMAIL")
# VERP: mail_from set to BOUNCE_PREFIX + email_log.id + BOUNCE_SUFFIX
BOUNCE_PREFIX = os.environ.get("BOUNCE_PREFIX") or "bounce+"
BOUNCE_SUFFIX = os.environ.get("BOUNCE_SUFFIX") or f"+{EMAIL_DOMAIN}"
BOUNCE_SUFFIX = os.environ.get("BOUNCE_SUFFIX") or f"+@{EMAIL_DOMAIN}"
BOUNCE_EMAIL = BOUNCE_PREFIX + "{}" + BOUNCE_SUFFIX
try: