From 6d591f30686555a0abc2176779e1765f996b60f8 Mon Sep 17 00:00:00 2001 From: weasel Date: Wed, 23 Nov 2005 14:44:29 +0000 Subject: [PATCH] Always set encoding to 7bit for multipart/encrypted messages git-svn-id: svn://svn.debian.org/pgp-tools/trunk@257 b513b33f-fedd-0310-b452-c3deb5f4c849 --- caff/caff | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/caff/caff b/caff/caff index 052ef8b..bec7b74 100755 --- 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", -- 2.30.2