mirror of
https://github.com/fastogt/pyfastogt
synced 2025-03-09 23:38:55 +00:00
More prefixes
This commit is contained in:
parent
39ab70f9ad
commit
4ec5a987aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue