aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-12 13:56:01 +0000
committerrhatto <rhatto>2006-10-12 13:56:01 +0000
commitb18a74966822f0c8ab26b4abefd844d83786370e (patch)
tree6590e4078346c064f9636446fa6cb0ba2e6d8566 /firma
parent7fa153ea2e4ea939baa09e2e05f512e1d1b7278a (diff)
downloadfirma-b18a74966822f0c8ab26b4abefd844d83786370e.tar.gz
firma-b18a74966822f0c8ab26b4abefd844d83786370e.tar.bz2
small fix on EmailListAdministration
Diffstat (limited to 'firma')
-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