]> gitweb.fluxo.info Git - firma.git/commitdiff
small fixes mime handling for EmailListAdministration
authorrhatto <rhatto>
Thu, 12 Oct 2006 14:08:10 +0000 (14:08 +0000)
committerrhatto <rhatto>
Thu, 12 Oct 2006 14:08:10 +0000 (14:08 +0000)
firma

diff --git a/firma b/firma
index a0953ec428aa5163968424b563febed337c60ecc..aef2b311f5740b775b4ca2595c95fac8bc569f4a 100755 (executable)
--- a/firma
+++ b/firma
@@ -1826,6 +1826,15 @@ function EmailListAdministration {
         ListAdministration $command
       fi
     done`"
+
+    # this is the body of the message to be sent, so no indentation here
+    MESSAGE_BODY="\
+Content-Type: text/plain; charset=iso-8859-1
+Content-Disposition: inline
+Content-Transfer-Encoding: quoted-printable
+
+$MESSAGE_BODY"
+
     GPG_MESSAGE="`echo -e "${PASSPHRASE}\n${MESSAGE_BODY}" | $GPG_ENCRYPT --recipient $SENDER_ADDRESS`"
     RECIPIENTS="$SENDER_ADDRESS"
     SUBJECT="admin request results"