Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"test@example.com [any@thing@here]" passes RFCValidation #214

Closed
Nacoma opened this issue Aug 23, 2019 · 3 comments
Closed

"test@example.com [any@thing@here]" passes RFCValidation #214

Nacoma opened this issue Aug 23, 2019 · 3 comments
Labels
Projects

Comments

@Nacoma
Copy link

Nacoma commented Aug 23, 2019

"test@example.com []";
"test@example.com [any@thing@here]";
"test@example.com [outlook:bad]";

These addresses are parsed into:

[
    "local" => "test",
    "domain" => "example.com ]"
]

by the email parser and pass using the RFCValidation validator.

The NoRFCWarningsValidation validator does reject this.

@egulias egulias added the bug label Jan 8, 2020
@egulias
Copy link
Owner

egulias commented Jan 8, 2020

Hi @Nacoma , you are right, this is a bug. Thanks for reporting.

@egulias egulias added this to To do in V3 Jun 7, 2020
@egulias
Copy link
Owner

egulias commented Sep 26, 2020

See #217

@egulias egulias moved this from To do to In progress in V3 Sep 26, 2020
@egulias
Copy link
Owner

egulias commented Sep 26, 2020

Solved in 2.1.22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
V3
  
Done
Development

No branches or pull requests

2 participants