Skip to content

Commit b0f6661

Browse files
authored
Fix typo 'marking' instead of 'marketing' in case-insensitive mailbox name list
Fixed #121.
1 parent 86c761c commit b0f6661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

email_validator/rfc_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# RFC 2142
4848
CASE_INSENSITIVE_MAILBOX_NAMES = [
49-
'info', 'marking', 'sales', 'support', # section 3
49+
'info', 'marketing', 'sales', 'support', # section 3
5050
'abuse', 'noc', 'security', # section 4
5151
'postmaster', 'hostmaster', 'usenet', 'news', 'webmaster', 'www', 'uucp', 'ftp', # section 5
5252
]

0 commit comments

Comments
 (0)