]> gitweb.fluxo.info Git - firma.git/commitdiff
small fixes on EmailListAdministration and MimeWrapMessage
authorrhatto <rhatto>
Thu, 12 Oct 2006 14:01:37 +0000 (14:01 +0000)
committerrhatto <rhatto>
Thu, 12 Oct 2006 14:01:37 +0000 (14:01 +0000)
firma

diff --git a/firma b/firma
index d040383f3e5473a96479ce5c221a2a6c28ad5f48..a0953ec428aa5163968424b563febed337c60ecc 100755 (executable)
--- 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}