From a71d858a7ffbe3320a47d462f288c25fa8e79a0d Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 12 Oct 2006 00:29:39 +0000 Subject: EmailListAdministration more fixes --- firma | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firma') diff --git a/firma b/firma index a1be017..0fe9465 100755 --- a/firma +++ b/firma @@ -1819,8 +1819,7 @@ function EmailListAdministration { if [ "$found" == "1" ]; then # message was sent by an admin #+then, parse and process admin tasks - MESSAGE_BODY="\ - `echo -e "$DECRYPTED_MESSAGE" | while read command; do + MESSAGE_BODY="`echo -e "$DECRYPTED_MESSAGE" | while read command; do if [ ! -z "$command" ] && echo $command | grep -q -v -e "^Content"; then AdminLog "Command> $command" ListAdministration $command -- cgit v1.2.3