1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-23 10:29:58 +01:00

* gpgkeys_mailto.in: Properly handle key requests in full fingerprint

form.
This commit is contained in:
David Shaw 2002-04-29 13:18:53 +00:00
parent 1e1198a450
commit 3d63a818a3
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,12 @@
2002-04-29 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_mailto.in: Properly handle key requests in full
fingerprint form.
2002-03-29 David Shaw <dshaw@jabberwocky.com> 2002-03-29 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_ldap.c (printquoted): Quote backslashes * gpgkeys_ldap.c (printquoted): Quote backslashes within keyserver
search responses.
2002-02-25 David Shaw <dshaw@jabberwocky.com> 2002-02-25 David Shaw <dshaw@jabberwocky.com>

View File

@ -1,7 +1,7 @@
#!@PERL@ -w #!@PERL@ -w
# gpgkeys_mailto - talk to a email keyserver # gpgkeys_mailto - talk to a email keyserver
# Copyright (C) 2001 Free Software Foundation, Inc. # Copyright (C) 2001, 2002 Free Software Foundation, Inc.
# #
# This file is part of GnuPG. # This file is part of GnuPG.
# #
@ -104,7 +104,7 @@ if($command=~/get/i || $command=~/search/i)
if(length($key)>8) if(length($key)>8)
{ {
$key=substr($key,8); $key=substr($key,-8);
} }
print MAIL "Subject: GET 0x$key\n\n"; print MAIL "Subject: GET 0x$key\n\n";