diff options
author | Werner Koch <wk@gnupg.org> | 2017-09-18 15:37:21 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-09-18 15:41:51 +0200 |
commit | 50c8b6c88f5d9f4b6c4e9c03aee31fe29afa94b8 (patch) | |
tree | 7767ecb19f9540c311a61fe9a75412681fed9674 /doc/wks.texi | |
parent | wks: Send only the newest UID to the server. (diff) | |
download | gnupg2-50c8b6c88f5d9f4b6c4e9c03aee31fe29afa94b8.tar.xz gnupg2-50c8b6c88f5d9f4b6c4e9c03aee31fe29afa94b8.zip |
wks: Create a new user id if provider wants mailbox-only.
* tools/gpg-wks-client.c (get_key): Add arg 'exact'.
(add_user_id): New.
(command_send): Create new user id.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc/wks.texi')
-rw-r--r-- | doc/wks.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/wks.texi b/doc/wks.texi index f9b1a0c14..029dbf0c0 100644 --- a/doc/wks.texi +++ b/doc/wks.texi @@ -78,7 +78,9 @@ the command is a properly formatted mail with all standard headers. This mail can be fed to @command{sendmail(8)} or any other tool to actually send that mail. If @command{sendmail(8)} is installed the option @option{--send} can be used to directly send the created -request. +request. If the provider request a 'mailbox-only' user id and no such +user id is found, @command{gpg-wks-client} will try an additional user +id. The @option{--receive} and @option{--read} commands are used to process confirmation mails as send from the service provider. The |