gpg2 --gen-key does not accept =@abcd.de (abcd.de is an example) as email address:
"""
Email address: =@abcd.de
Not a valid email address
"""
However, =@abcd.de it is a perfectly valid email address. Therefore it should be
accepted.
Description
Description
Details
Details
- Version
- gpg (GnuPG/MacGPG2) 2.0.26
Event Timeline
Comment Actions
I noticed your address elsewhere and wondered whether my script can handle it.
They do. However, gpg has not a complete parser but tries to make sure that the
user id looks like a valid address.
Use --allow-freeform-uid and enter what ever you like.