From b18a74966822f0c8ab26b4abefd844d83786370e Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 12 Oct 2006 13:56:01 +0000 Subject: small fix on EmailListAdministration --- firma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firma') 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 -- cgit v1.2.3