From: rhatto Date: Thu, 12 Oct 2006 00:19:42 +0000 (+0000) Subject: EmailListAdministration fixed X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7a0b85df772b909f48c05e6f5d5911a33c632d82;p=firma.git EmailListAdministration fixed --- diff --git a/firma b/firma index 749c270..ad9d60b 100755 --- a/firma +++ b/firma @@ -1790,8 +1790,6 @@ function AdminLog { if [ "$MODE" == "admin-interactive" ]; then echo >&2 "$*" - # elif [ "$MODE" == "admin-non-interactive" ]; then - ADMIN_MESSAGE="$ADMIN_MESSAGE\n$*" else echo $* fi @@ -1829,7 +1827,6 @@ function EmailListAdministration { fi done`" # TODO: send encrypted - # MESSAGE_BODY="`echo -e "$ADMIN_MESSAGE"`" ComposeAndSendBounceMessage else # message was sent by a normal subscriber @@ -1917,7 +1914,6 @@ GLOBAL_VARS=" FIRMA_GROUP KEYSERVER MODE - ADMIN_MESSAGE REQUIRE_SIGNATURE SIGNATURE_MADE_BY_SENDER"