diff options
-rwxr-xr-x | firma | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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" |