Projet

Général

Profil

0001-debian-don-t-set-explicit-email-prefix-as-tenant-is-.patch

Frédéric Péters, 03 octobre 2018 18:16

Télécharger (866 octets)

Voir les différences:

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(-)
debian/debian_config_common.py
22 22
        ('Tous', 'root@localhost'),
23 23
)
24 24

  
25
EMAIL_SUBJECT_PREFIX = '[%s] ' % PROJECT_NAME
26

  
27 25
# sockets default timeout can be set to a small value in another thread by kombu
28 26
# https://github.com/celery/kombu/issues/838
29 27
# This prevents sockets created in smtplib to rely on the default timeout
30
-