From: rhatto Date: Wed, 11 Oct 2006 22:52:47 +0000 (+0000) Subject: EmailListAdministration first fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=744951a670009d493dc2fd0f1ebb57f1dece2d17;p=firma.git EmailListAdministration first fix --- diff --git a/firma b/firma index 9ad806f..a9cf198 100755 --- a/firma +++ b/firma @@ -1820,7 +1820,7 @@ function EmailListAdministration { if [ "$found" == "1" ]; then # message was sent by an admin #+then, parse and process admin tasks - echo $DECRYPTED_MESSAGE | while read command; do + echo -e "$DECRYPTED_MESSAGE" | while read command; do if [ ! -z "$command" ]; then AdminLog "Command> $command" ListAdministration $command