diff options
author | rhatto <rhatto> | 2006-10-12 13:56:01 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-12 13:56:01 +0000 |
commit | b18a74966822f0c8ab26b4abefd844d83786370e (patch) | |
tree | 6590e4078346c064f9636446fa6cb0ba2e6d8566 | |
parent | 7fa153ea2e4ea939baa09e2e05f512e1d1b7278a (diff) | |
download | firma-b18a74966822f0c8ab26b4abefd844d83786370e.tar.gz firma-b18a74966822f0c8ab26b4abefd844d83786370e.tar.bz2 |
small fix on EmailListAdministration
-rwxr-xr-x | firma | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |