We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c761c commit b0f6661Copy full SHA for b0f6661
1 file changed
email_validator/rfc_constants.py
@@ -46,7 +46,7 @@
46
47
# RFC 2142
48
CASE_INSENSITIVE_MAILBOX_NAMES = [
49
- 'info', 'marking', 'sales', 'support', # section 3
+ 'info', 'marketing', 'sales', 'support', # section 3
50
'abuse', 'noc', 'security', # section 4
51
'postmaster', 'hostmaster', 'usenet', 'news', 'webmaster', 'www', 'uucp', 'ftp', # section 5
52
]
0 commit comments