From 5c8b33680d6ae726a5bd26042ae36e1796af9847 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 12 Oct 2006 00:23:25 +0000 Subject: EmailListAdministration ignoring ^Content on messsage body --- firma | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firma') 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 -- cgit v1.2.3