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"