Skip to content

Commit

Permalink
Fix typo 'marking' instead of 'marketing' in case-insensitive mailbox…
Browse files Browse the repository at this point in the history
… name list

Fixed #121.
  • Loading branch information
JoshData authored Nov 14, 2023
1 parent 86c761c commit b0f6661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email_validator/rfc_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

# RFC 2142
CASE_INSENSITIVE_MAILBOX_NAMES = [
'info', 'marking', 'sales', 'support', # section 3
'info', 'marketing', 'sales', 'support', # section 3
'abuse', 'noc', 'security', # section 4
'postmaster', 'hostmaster', 'usenet', 'news', 'webmaster', 'www', 'uucp', 'ftp', # section 5
]

0 comments on commit b0f6661

Please sign in to comment.