aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-12 14:01:37 +0000
committerrhatto <rhatto>2006-10-12 14:01:37 +0000
commitb3dfde560aeaab223c0caad47389151262c3d1bb (patch)
treeaff83852936ad484622c92589dbc3468a1d757ad /firma
parentb18a74966822f0c8ab26b4abefd844d83786370e (diff)
downloadfirma-b3dfde560aeaab223c0caad47389151262c3d1bb.tar.gz
firma-b3dfde560aeaab223c0caad47389151262c3d1bb.tar.bz2
small fixes on EmailListAdministration and MimeWrapMessage
Diffstat (limited to 'firma')
-rwxr-xr-xfirma3
1 files changed, 2 insertions, 1 deletions
diff --git a/firma b/firma
index d040383..a0953ec 100755
--- a/firma
+++ b/firma
@@ -1827,6 +1827,8 @@ function EmailListAdministration {
fi
done`"
GPG_MESSAGE="`echo -e "${PASSPHRASE}\n${MESSAGE_BODY}" | $GPG_ENCRYPT --recipient $SENDER_ADDRESS`"
+ RECIPIENTS="$SENDER_ADDRESS"
+ SUBJECT="admin request results"
MimeWrapMessage
echo "$MESSAGE" | $MAIL_AGENT $MAIL_AGENT_ARGS $SENDER_ADDRESS
else
@@ -1914,7 +1916,6 @@ Version: 1
--$boundary
Content-Type: application/octet-stream; name=\"encrypted.asc\"
Content-Disposition: inline; filename=\"encrypted.asc\"
-Content-Description: OpenPGP encrypted message
${GPG_MESSAGE}