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