aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-11 22:52:47 +0000
committerrhatto <rhatto>2006-10-11 22:52:47 +0000
commit744951a670009d493dc2fd0f1ebb57f1dece2d17 (patch)
treed096dc2acc8ede79b95ff708a9067b5a6d5c757a /firma
parentfcc5948ed0a2f92d8590eef4e4c5a17c95fe33fa (diff)
downloadfirma-744951a670009d493dc2fd0f1ebb57f1dece2d17.tar.gz
firma-744951a670009d493dc2fd0f1ebb57f1dece2d17.tar.bz2
EmailListAdministration first fix
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