are angle brackets around email address allowed for auto-key-locate?
David Hebbeker
david at hebbeker.info
Wed Oct 16 20:26:52 CEST 2019
On Wed, 2019-10-16 at 14:19 +0200, Werner Koch wrote:
> On Tue, 15 Oct 2019 22:23, David Hebbeker said:
> > The manual [1] says that GnuPG can automatically retrieve keys for
> > emails in the "user at example.com" form. Does this exclude emails
> > wrapped by angle brackets like "<user at example.com>"?
>
> That is fine.
Hi Werner and everyone,
thank you for your response, I was hoping that this would be possible.
On the other hand, I have experienced a behavior I could only explain
with auto-key-locate being restricted to the pure form. Maybe you can
enlighten me on this case.
I demonstrate this behavior on a system which uses the attached
configuration file gpg.conf. I tested this with GnuPG 2.1.18 and
2.2.12.
Preparation
===========
rm msg.*
echo "hello world" > msg.txt
gpg --batch --yes --delete-keys edward-en at fsf.org
Bad Case (does not work)
========================
gpg --always-trust -e -r "<edward-en at fsf.org>" msg.txt
gpg: <edward-en at fsf.org>: skipped: No public key
gpg: msg.txt: encryption failed: No public key
Good Case (works)
=================
gpg --always-trust -e -r "edward-en at fsf.org" msg.txt
gpg: key 9FF2194CC09A61E8: 7454 signatures not checked due to
missing keys
gpg: key 9FF2194CC09A61E8: public key "Edward, the GPG Bot <edw
ard-en at fsf.org>" imported
gpg: no need for a trustdb check with 'always' trust model
gpg: Total number processed: 1
gpg: imported: 1
gpg: automatically retrieved 'edward-en at fsf.org' via keyserver
Note: The only difference is the missing angle brackets.
Can you please explain the difference? That would be of great help!
Thanks
David
-------------- next part --------------
keyserver hkp://keyserver.ubuntu.com:80
# Used for encryption
auto-key-locate keyserver
# Used for verifying signatures
auto-key-retrieve
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <https://lists.gnupg.org/pipermail/gnupg-users/attachments/20191016/546a4562/attachment.sig>
More information about the Gnupg-users
mailing list