mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-21 17:09:59 +00:00
config: add live.no to email blacklist
This commit is contained in:
parent
6a63ee241a
commit
2782589cda
|
@ -64,7 +64,7 @@ EMAIL_BLACKLIST = (
|
|||
# so it's less of a headache to blacklist them as users can't receive the mails anyway.
|
||||
# (Hopefully) complete list of Microsoft email domains follows:
|
||||
re.compile(r'(?i)@hotmail\.(co|co\.uk|com|de|dk|eu|fr|it|net|org|se)'),
|
||||
re.compile(r'(?i)@live\.(co|co.uk|com|de|dk|eu|fr|it|net|org|se)'),
|
||||
re.compile(r'(?i)@live\.(co|co.uk|com|de|dk|eu|fr|it|net|org|se|no)'),
|
||||
re.compile(r'(?i)@outlook\.(at|be|cl|co|co\.(id|il|nz|th)|com|com\.(ar|au|au|br|gr|pe|tr|vn)|cz|de|de|dk|dk|es|eu|fr|fr|hu|ie|in|it|it|jp|kr|lv|my|org|ph|pt|sa|se|sg|sk)'),
|
||||
re.compile(r'(?i)@(msn\.com|passport\.(com|net))'),
|
||||
# '@dodgydomain.tk'
|
||||
|
|
Loading…
Reference in a new issue