]> gitweb.fluxo.info Git - firma.git/commitdiff
now MESSAGE_SIGNED_BY_SENDER is working as expected
authorrhatto <rhatto>
Wed, 11 Oct 2006 16:24:27 +0000 (16:24 +0000)
committerrhatto <rhatto>
Wed, 11 Oct 2006 16:24:27 +0000 (16:24 +0000)
firma

diff --git a/firma b/firma
index 58e0b48ee1856547d49e55f21ee980d2c826ac35..ce00b1a89fd8273732c5832240f466e5dda2e264 100755 (executable)
--- 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