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