aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
Diffstat (limited to 'firma')
-rwxr-xr-xfirma4
1 files changed, 2 insertions, 2 deletions
diff --git a/firma b/firma
index ad9d60b..e2ccc5f 100755
--- a/firma
+++ b/firma
@@ -1725,7 +1725,7 @@ function GetSubscribersInfo {
fi
done
- FixListOwnerShip
+ FixListOwnership
return $?
}
@@ -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" ]; then
+ if [ ! -z "$command" ] && [ grep -q -v -e "^Content" ] ; then
AdminLog "Command> $command"
ListAdministration $command
fi