From: rhatto Date: Thu, 12 Oct 2006 00:23:25 +0000 (+0000) Subject: EmailListAdministration ignoring ^Content on messsage body X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5c8b33680d6ae726a5bd26042ae36e1796af9847;p=firma.git EmailListAdministration ignoring ^Content on messsage body --- diff --git a/firma b/firma index ad9d60b..e2ccc5f 100755 --- 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