aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-12 00:29:39 +0000
committerrhatto <rhatto>2006-10-12 00:29:39 +0000
commita71d858a7ffbe3320a47d462f288c25fa8e79a0d (patch)
tree0b6a74508329e5b269e675f4ace68b6f9714a4d7 /firma
parentd16928130eacfde8304a8745470756ce9fa06eab (diff)
downloadfirma-a71d858a7ffbe3320a47d462f288c25fa8e79a0d.tar.gz
firma-a71d858a7ffbe3320a47d462f288c25fa8e79a0d.tar.bz2
EmailListAdministration more fixes
Diffstat (limited to 'firma')
-rwxr-xr-xfirma3
1 files changed, 1 insertions, 2 deletions
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