Skip to content

Commit

Permalink
Update core/src/smtp/parser.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 authored Oct 9, 2023
1 parent 0c85e87 commit 0718a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/smtp/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pub fn is_invalid(e: &str, email: &EmailAddress) -> bool {
// permanent: 5.1.1 recipient is not exist (on @sim.com)
|| e.contains("recipient is not exist")
// permanent: 5.1.1 <EMAIL> Recipient not found. (on @4polymer.com)
|| e.contains("Recipient not found")
|| e.contains("recipient not found")
}

/// Check that the mailbox has a full inbox.
Expand Down

0 comments on commit 0718a0c

Please sign in to comment.