use maximum compression for orig.tar.gz
[pgp-tools.git] / caff / caff
index 8321031497f2336ea0c8b51621978e86bcd58003..8b9b701c66f3ffbf1dac528058f422bacd0ed178 100755 (executable)
--- a/caff/caff
+++ b/caff/caff
@@ -783,7 +783,7 @@ sub send_mail($$$@) {
                                        warn("Could not encrypt to $keyid, specified in CONFIG{'also-encrypt-to'}.\n".
                                             "Try to update the key using gpg --homedir=$GNUPGHOME --import <exported key>\n".
                                             "or try the following if you are slightly more daring:\n".
-                                            " gpg --export $keyid | gpg --homedir=$GNUPGHOME --import");
+                                            " gpg --export $keyid | gpg --homedir=$GNUPGHOME --import\n");
                                        return;
                                };
                        };
@@ -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");