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

case-insensitive handling of email addresses in signingtable #5

Open
chillout2k opened this issue Mar 25, 2021 · 1 comment
Open

case-insensitive handling of email addresses in signingtable #5

chillout2k opened this issue Mar 25, 2021 · 1 comment

Comments

@chillout2k
Copy link

Email addresses should be handled case-insensitive:

[email protected]      /path/to/key.pem

is currently not the same as:

[email protected]      /path/to/key.pem

Thanks in advance ;)

@andreasschulze
Copy link
Owner

https://tools.ietf.org/html/rfc5321#section-2.4 state explicit that [email protected] is not necessarily the same as [email protected]. But that's not the expectation of today's email users.

I consider implementing a switch so you could treat local parts as case-insensitive in your environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants