From b8702982a4fedddc1e19f43d5d56fb721e3ddb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 1 Oct 2018 23:12:04 +0200 Subject: [PATCH] debian: don't set explicit email prefix as tenant is included (#26958) --- debian/debian_config_common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/debian_config_common.py b/debian/debian_config_common.py index 5c7bc37..d9af990 100644 --- a/debian/debian_config_common.py +++ b/debian/debian_config_common.py @@ -22,8 +22,6 @@ ADMINS = ( ('Tous', 'root@localhost'), ) -EMAIL_SUBJECT_PREFIX = '[%s] ' % PROJECT_NAME - # sockets default timeout can be set to a small value in another thread by kombu # https://github.com/celery/kombu/issues/838 # This prevents sockets created in smtplib to rely on the default timeout -- 2.19.0