1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-03-09 23:38:55 +00:00

More prefixes

This commit is contained in:
topilski 2018-02-04 14:17:21 +03:00
parent 39ab70f9ad
commit 4ec5a987aa

View file

@ -47,7 +47,7 @@ def is_role_based_email(email: str) -> bool:
return False return False
start = match.group(1) start = match.group(1)
for x in ['noreply', 'support', 'admin']: for x in ['noreply', 'support', 'admin', 'postmaster']:
if start == x: if start == x:
return True return True