infertux / zeyple

Postfix filter/hook to automatically encrypt outgoing emails with PGP/GPG
https://infertux.com/labs/zeyple/
Other
145 stars 30 forks source link

Method gpg.keylist does partial matching and returns a list in cases … #43

Closed inclementweather closed 6 years ago

inclementweather commented 6 years ago

…where the search parameter is vague i.e. "dave" or "n". this change will instead return None if an exact email is not found in any key.

infertux commented 6 years ago

Looks good. Thank you!