From d16928130eacfde8304a8745470756ce9fa06eab Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 12 Oct 2006 00:25:55 +0000 Subject: EmailListAdministration fix --- firma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firma') 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 -- cgit v1.2.3