Add filename to one of the MIME parts as its absence breaks certain
authorthijs <thijs@b513b33f-fedd-0310-b452-c3deb5f4c849>
Mon, 9 Jul 2007 13:01:46 +0000 (13:01 +0000)
committerthijs <thijs@b513b33f-fedd-0310-b452-c3deb5f4c849>
Mon, 9 Jul 2007 13:01:46 +0000 (13:01 +0000)
(broken) virus scanners. Reported by Soren Hansen from Ubuntu, thanks!

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

caff/caff
debian/changelog

index 7ab933112f0bdf9b0c29209280cf15aca30c68d3..8b9b701c66f3ffbf1dac528058f422bacd0ed178 100755 (executable)
--- a/caff/caff
+++ b/caff/caff
@@ -798,6 +798,7 @@ sub send_mail($$$@) {
 
                $message_entity->attach(
                        Type        => "application/pgp-encrypted",
+                       Filename    => "signedkey.msg",
                        Disposition => 'attachment',
                        Encoding    => "7bit",
                        Data        => "Version: 1\n");
index 3195e5205abe38218b14c7a0ab4e02b29f0074da..e503b0c0c1337cd15c1a90dc4774e8040637c888 100644 (file)
@@ -6,10 +6,16 @@ signing-party (0.4.11-2) UNRELEASED; urgency=low
   * Replaces: keylookup.
 
   [ Peter Palfrader ]
-  * Fix a warning message in caff when encrypting fails.
-  * Try to handle expired keys specified in also-encrypt-to better
+  * caff:
+    + Fix a warning message when encrypting fails.
+    + Try to handle expired keys specified in also-encrypt-to better.
+
+  [ Thijs Kinkhorst ]
+  * caff:
+    + Add filename to one of the MIME parts as its absence breaks certain virus
+      scanners.
 
- -- Peter Palfrader <weasel@debian.org>  Tue,  3 Jul 2007 15:53:27 +0200
+ -- Thijs Kinkhorst <thijs@debian.org>  Mon,  9 Jul 2007 14:53:13 +0200
 
 signing-party (0.4.11-1) unstable; urgency=low