Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now that Python validates the addresses more strictly, we won't hit the condition any longer. If we wish to preserve this condition, we could also pass `strict=False` to `getaddresses()`, but that seems to be counter to our desire of having a valid email address. Refs: python/cpython#123766 Signed-off-by: Mike Fiedler <miketheman@gmail.com>
- Loading branch information