trivial: mark laposte.net as the common domain, not laposte.fr (#50764)

This commit is contained in:
Frédéric Péters 2021-02-02 11:43:59 +01:00
parent 39c8c1bb8e
commit 578ae09eb3
1 changed files with 2 additions and 2 deletions

View File

@ -843,14 +843,14 @@ class QommonPublisher(Publisher, object):
if not well_known_domains:
well_known_domains = ['gmail.com', 'msn.com', 'hotmail.com',
'hotmail.fr', 'wanadoo.fr', 'free.fr', 'yahoo.fr',
'numericable.fr', 'laposte.fr', 'orange.fr', 'yahoo.com']
'numericable.fr', 'laposte.net', 'orange.fr', 'yahoo.com']
return well_known_domains
def get_email_valid_known_domains(self):
emails_cfg = get_cfg('emails', {})
valid_known_domains = emails_cfg.get('valid_known_domains')
if not valid_known_domains:
valid_known_domains = ['yopmail.com', 'laposte.net']
valid_known_domains = ['yopmail.com', 'laposte.fr']
return valid_known_domains
def get_substitution_variables(self):