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 e2ccc5f..a1be017 100755
--- a/firma
+++ b/firma
@@ -1821,7 +1821,7 @@ function EmailListAdministration {
#+then, parse and process admin tasks
MESSAGE_BODY="\
`echo -e "$DECRYPTED_MESSAGE" | while read command; do
- if [ ! -z "$command" ] && [ grep -q -v -e "^Content" ] ; then
+ if [ ! -z "$command" ] && echo $command | grep -q -v -e "^Content"; then
AdminLog "Command> $command"
ListAdministration $command
fi