Projet

Général

Profil

0001-debian-force-empty-email-prefix-27174.patch

Frédéric Péters, 10 octobre 2018 08:52

Télécharger (818 octets)

Voir les différences:

Subject: [PATCH] debian: force empty email prefix (#27174)

 debian/debian_config_common.py | 2 ++
 1 file changed, 2 insertions(+)
debian/debian_config_common.py
22 22
        ('Tous', 'root@localhost'),
23 23
)
24 24

  
25
EMAIL_SUBJECT_PREFIX = ''
26

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