]> gitweb.fluxo.info Git - firma.git/commitdiff
EmailListAdministration ignoring ^Content on messsage body
authorrhatto <rhatto>
Thu, 12 Oct 2006 00:23:25 +0000 (00:23 +0000)
committerrhatto <rhatto>
Thu, 12 Oct 2006 00:23:25 +0000 (00:23 +0000)
firma

diff --git a/firma b/firma
index ad9d60bd95b91dc81a1a057db096662db03cc42f..e2ccc5fe1bda839eaf5744d66bda361ef525b6fd 100755 (executable)
--- a/firma
+++ b/firma
@@ -1725,7 +1725,7 @@ function GetSubscribersInfo {
     fi
   done
 
-  FixListOwnerShip
+  FixListOwnership
   return $?
 }
 
@@ -1821,7 +1821,7 @@ function EmailListAdministration {
     #+then, parse and process admin tasks
     MESSAGE_BODY="\
     `echo -e "$DECRYPTED_MESSAGE" | while read command; do
-      if [ ! -z "$command" ]; then
+      if [ ! -z "$command" ] && [ grep -q -v -e "^Content" ] ; then
         AdminLog "Command> $command"
         ListAdministration $command
       fi