]> gitweb.fluxo.info Git - firma.git/commitdiff
small fix on EmailListAdministration
authorrhatto <rhatto>
Thu, 12 Oct 2006 13:56:01 +0000 (13:56 +0000)
committerrhatto <rhatto>
Thu, 12 Oct 2006 13:56:01 +0000 (13:56 +0000)
firma

diff --git a/firma b/firma
index 0cc1983985a7bedf9af19267850b46e9b6324787..d040383f3e5473a96479ce5c221a2a6c28ad5f48 100755 (executable)
--- a/firma
+++ b/firma
@@ -1828,7 +1828,7 @@ function EmailListAdministration {
     done`"
     GPG_MESSAGE="`echo -e "${PASSPHRASE}\n${MESSAGE_BODY}" | $GPG_ENCRYPT --recipient $SENDER_ADDRESS`"
     MimeWrapMessage
-    echo "$MESSAGE" | $MAIL_AGENT $MAIL_AGENT_ARGS
+    echo "$MESSAGE" | $MAIL_AGENT $MAIL_AGENT_ARGS $SENDER_ADDRESS
   else
     # message was sent by a normal subscriber
     # this is the body of the message to be sent, so no indentation here