aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index 0cc1983..d040383 100755
--- 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