Closed stackcoder closed 3 years ago
Add support for email addresses like monitoring+server@example.com. This feature is supported by several email services (see also: https://en.wikipedia.org/wiki/Email_address#Subaddressing).
monitoring+server@example.com
I assume that people don't include all sub addresses in their public key at creation time and want to share the same key for multiple addresses.
With this change _user_key() also matches keys without sub addressing tag when there was no explicit match before.
_user_key()
LGTM, thanks!
Add support for email addresses like
monitoring+server@example.com
. This feature is supported by several email services (see also: https://en.wikipedia.org/wiki/Email_address#Subaddressing).I assume that people don't include all sub addresses in their public key at creation time and want to share the same key for multiple addresses.
With this change
_user_key()
also matches keys without sub addressing tag when there was no explicit match before.