diff options
-rwxr-xr-x | firma | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |