aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
Diffstat (limited to 'firma')
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
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