From: rhatto Date: Thu, 12 Oct 2006 00:25:55 +0000 (+0000) Subject: EmailListAdministration fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d16928130eacfde8304a8745470756ce9fa06eab;p=firma.git EmailListAdministration fix --- diff --git a/firma b/firma index e2ccc5f..a1be017 100755 --- a/firma +++ b/firma @@ -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" ] && [ grep -q -v -e "^Content" ] ; then + if [ ! -z "$command" ] && echo $command | grep -q -v -e "^Content"; then AdminLog "Command> $command" ListAdministration $command fi