Projet

Général

Profil

0001-misc-don-t-provide-suggestion-to-fix-laposte.net-add.patch

Frédéric Péters, 21 octobre 2020 16:55

Télécharger (937 octets)

Voir les différences:

Subject: [PATCH] misc: don't provide suggestion to fix @laposte.net addresses
 (#47932)

 wcs/qommon/publisher.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/qommon/publisher.py
944 944
        emails_cfg = get_cfg('emails', {})
945 945
        valid_known_domains = emails_cfg.get('valid_known_domains')
946 946
        if not valid_known_domains:
947
            valid_known_domains = ['yopmail.com']
947
            valid_known_domains = ['yopmail.com', 'laposte.net']
948 948
        return valid_known_domains
949 949

  
950 950
    def get_substitution_variables(self):
951
-