We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c847c59 commit dc526d7Copy full SHA for dc526d7
src/main/java/com/maxmind/minfraud/request/Email.java
@@ -464,7 +464,7 @@ private static boolean isValidEmail(String email) {
464
return false;
465
}
466
467
- // RFC 5321 the forward path limits the mailbox to 254 characters
+ // In RFC 5321, the forward path limits the mailbox to 254 characters
468
// even though a domain can be 255 and the local part 64
469
if (email.length() > 254) {
470
0 commit comments