Skip to content

Commit

Permalink
bare and escaped angle brackets in quoted-string local-part
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene Hightower committed Dec 4, 2022
1 parent a95672f commit e88df74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ int main(int argc, char* argv[])
"admin@mailserver1",
"\" \"@example.org",
"\"john..doe\"@example.org",
"\"<john-doe>\"@example.org",
"\"\\<john-doe\\>\"@example.org",
"\"john\\@doe\"@example.org",
"\"<john@doe>\"@example.org",
"\"[email protected]\"@example.org",
"[email protected]",
"simple@[127.0.0.1]",
Expand Down

0 comments on commit e88df74

Please sign in to comment.