* gpg-mailkeys: use right content-type for attached key,
authorkink-guest <kink-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Sun, 9 Jul 2006 15:39:16 +0000 (15:39 +0000)
committerkink-guest <kink-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Sun, 9 Jul 2006 15:39:16 +0000 (15:39 +0000)
  thanks Wesley Landaker (Closes: #370566).

git-svn-id: svn://svn.debian.org/pgp-tools/trunk@288 b513b33f-fedd-0310-b452-c3deb5f4c849

debian/changelog
gpg-mailkeys/gpg-mailkeys
gpg-mailkeys/gpg-mailkeys.1

index d46e9a0ee45c27b93c798a2415e9fcce5aa20d06..51039b50a14fbd43a2d57816bd250fe5f24d7c1b 100644 (file)
@@ -1,6 +1,8 @@
 signing-party (0.4.6-3) unstable; urgency=low
 
   * Update my maintainer address.
 signing-party (0.4.6-3) unstable; urgency=low
 
   * Update my maintainer address.
+  * gpg-mailkeys: use right content-type for attached key,
+    thanks Wesley Landaker (Closes: #370566).
 
  -- Thijs Kinkhorst <thijs@debian.org>  Tue,  4 Jul 2006 15:33:53 +0200
 
 
  -- Thijs Kinkhorst <thijs@debian.org>  Tue,  4 Jul 2006 15:33:53 +0200
 
index ec45dfa317e337eac20bb23d2cb8c325ff5ef559..d9ca25968dff3d540d237b40f0d23704ce1ddec2 100755 (executable)
@@ -59,7 +59,7 @@ Subject: $SUBJECT
 User-Agent: gpg-mailkeys/$VERSION
 MIME-Version: 1.0
 Content-Type: multipart/mixed; micalg=pgp-sha1;
 User-Agent: gpg-mailkeys/$VERSION
 MIME-Version: 1.0
 Content-Type: multipart/mixed; micalg=pgp-sha1;
-    protocol="application/pgp-signature"; boundary="$BOUNDARY"
+    boundary="$BOUNDARY"
 Content-Disposition: inline
 
 
 Content-Disposition: inline
 
 
@@ -82,8 +82,8 @@ fi
 cat << EOM >> $TEMPFILE
 
 --$BOUNDARY
 cat << EOM >> $TEMPFILE
 
 --$BOUNDARY
-Content-Type: text/plain; charset=us-ascii
-Content-Disposition: attachment; filename="$1.sig"
+Content-Type: application/pgp-keys
+Content-Disposition: attachment; filename="$1.asc"
 
 `gpg --armor --export $1`
 
 
 `gpg --armor --export $1`
 
index eed2a919fd75fd69401b9b9921a347c0efe04097..a1a6767bde2b1ae1861f39be460ff20a9565c611 100644 (file)
@@ -9,6 +9,11 @@ gpg\-mailkeys \- sends emails containing keys to their owners
 sends the owners of the keys listed on the command line a mail each,
 containing their public key. After signing, you can use this tool to send
 everyone the new signatures they just got.
 sends the owners of the keys listed on the command line a mail each,
 containing their public key. After signing, you can use this tool to send
 everyone the new signatures they just got.
+
+If you're interested in encrypting the signature before it's sent, in order
+to verify that the associated address actually belongs to the key owner,
+you should check out
+.B caff
 .SH OPTIONS
 None
 .SH ENVIRONMENT
 .SH OPTIONS
 None
 .SH ENVIRONMENT