From: rhatto Date: Wed, 11 Oct 2006 16:24:27 +0000 (+0000) Subject: now MESSAGE_SIGNED_BY_SENDER is working as expected X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=641f92b58833ad30faa66052227519779c99d198;p=firma.git now MESSAGE_SIGNED_BY_SENDER is working as expected --- diff --git a/firma b/firma index 58e0b48..ce00b1a 100755 --- a/firma +++ b/firma @@ -373,8 +373,6 @@ function ParseGpgDecryptStderr { GetSenderAddress fi - SIGNED_BY="` echo "$gpg_decrypt_stderr" | grep '^\[GNUPG:] GOODSIG' | grep "$SENDER_ADDRESS"`" - if echo "$gpg_decrypt_stderr" | \ grep '^\[GNUPG:] GOODSIG' | \ @@ -844,10 +842,8 @@ function ProcessMessage { # this is the body of the message to be sent, so no indentation here MESSAGE_BODY="\ It was not possible to process this message. Message was - not sent by the person who signed it. + not sent by the person who signed it." - Sent by: $SENDER_ADDRESS - Signed by: $SIGNED_BY" ComposeAndSendBounceMessage fi