diff options
author | rhatto <rhatto> | 2006-10-12 14:01:37 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-12 14:01:37 +0000 |
commit | b3dfde560aeaab223c0caad47389151262c3d1bb (patch) | |
tree | aff83852936ad484622c92589dbc3468a1d757ad | |
parent | b18a74966822f0c8ab26b4abefd844d83786370e (diff) | |
download | firma-b3dfde560aeaab223c0caad47389151262c3d1bb.tar.gz firma-b3dfde560aeaab223c0caad47389151262c3d1bb.tar.bz2 |
small fixes on EmailListAdministration and MimeWrapMessage
-rwxr-xr-x | firma | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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} |