+ Create unique attachment filenames, thanks Robin H. Johnson
authorkink-guest <kink-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 27 Jul 2005 10:09:51 +0000 (10:09 +0000)
committerkink-guest <kink-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 27 Jul 2005 10:09:51 +0000 (10:09 +0000)
  (Closes: #318469).

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

caff/caff
debian/changelog

index dd74de713e7d963d779e02de22bdaf3ea679bef3..5c75332df26fe58e66189c534f362dc08f1620da 100755 (executable)
--- a/caff/caff
+++ b/caff/caff
@@ -588,9 +588,9 @@ sub send_mail($$$@) {
                        Type        => "application/pgp-keys",
                        Disposition => 'attachment',
                        Encoding    => "7bit",
-                       Description => "PGP Key 0x$key_id, uid ".($key->{'text'}).' ('.($key->{'serial'}).')',
+                       Description => "PGP Key 0x$key_id, uid ".($key->{'text'}).' ('.($key->{'serial'}).'), signed by 0x'.$CONFIG{'keyid'}[0],
                        Data        => $key->{'key'},
-                       Filename    => "0x$key_id.".$key->{'serial'}.".asc");
+                       Filename    => "0x$key_id.".$key->{'serial'}.".signed-by-0x".$CONFIG{'keyid'}[0].".asc");
        };
 
        if ($can_encrypt) {
index e2da24817172fbdfbd59ee404c38322bb384405b..5c3f25ac197c140a9fe21e69dc92ec910b45be7e 100644 (file)
@@ -12,6 +12,8 @@ signing-party (0.4.1-XXX) unreleased; urgency=low
      + allows to BCC the signer, thanks Joost van Baal (Closes: #316176).
      + new option to pause before continuing to the signing step,
        thanks Christof Douma (Closes: #316129).
+     + Create unique attachment filenames, thanks Robin H. Johnson
+       (Closes: #318469).
   * Depend on libtext-template-perl as caff needs it.
   * Update to Standards-Version 3.6.2, no changes necessary.