From 641f92b58833ad30faa66052227519779c99d198 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 11 Oct 2006 16:24:27 +0000 Subject: now MESSAGE_SIGNED_BY_SENDER is working as expected --- firma | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'firma') 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 -- cgit v1.2.3