Always set encoding to 7bit for multipart/encrypted messages
authorweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 23 Nov 2005 14:44:29 +0000 (14:44 +0000)
committerweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 23 Nov 2005 14:44:29 +0000 (14:44 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@257 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/caff

index 052ef8b84314748974bab8fdc3006936f0657672..bec7b74b1eb6c8fcac28473a88e6842d058e93ca 100755 (executable)
--- a/caff/caff
+++ b/caff/caff
@@ -746,7 +746,8 @@ sub send_mail($$$@) {
                $message = $stdout;
 
                $message_entity = MIME::Entity->build(
-                       Type        => 'multipart/encrypted; protocol="application/pgp-encrypted"');
+                       Type        => 'multipart/encrypted; protocol="application/pgp-encrypted"',
+                       Encoding    => '7bit');
 
                $message_entity->attach(
                        Type        => "application/pgp-encrypted",