From 0411b154ddde53a3d0b5c8fed2774a0a3fa391f6 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 12 Oct 2006 14:08:10 +0000 Subject: small fixes mime handling for EmailListAdministration --- firma | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'firma') diff --git a/firma b/firma index a0953ec..aef2b31 100755 --- 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" -- cgit v1.2.3