]> gitweb.fluxo.info Git - firma.git/commitdiff
EmailListAdministration fixed
authorrhatto <rhatto>
Thu, 12 Oct 2006 00:19:42 +0000 (00:19 +0000)
committerrhatto <rhatto>
Thu, 12 Oct 2006 00:19:42 +0000 (00:19 +0000)
firma

diff --git a/firma b/firma
index 749c270c780bccab812c215b43c210e115734489..ad9d60bd95b91dc81a1a057db096662db03cc42f 100755 (executable)
--- 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"