From 9798bd275627fc7adfa75f5b083e0d29173d0a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 10 Oct 2018 08:51:29 +0200 Subject: [PATCH] debian: force empty email prefix (#27174) --- debian/debian_config_common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/debian_config_common.py b/debian/debian_config_common.py index 14e2675..ed1dbc8 100644 --- a/debian/debian_config_common.py +++ b/debian/debian_config_common.py @@ -22,6 +22,8 @@ ADMINS = ( ('Tous', 'root@localhost'), ) +EMAIL_SUBJECT_PREFIX = '' + # 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.1