GetSenderAddress
fi
+ SIGNED_BY="` echo "$gpg_decrypt_stderr" | grep '^\[GNUPG:] GOODSIG' | grep "$SENDER_ADDRESS"`"
+
if
- echo "$gpg_decrypt_stderr" | \
- grep '^\[GNUPG:] GOODSIG' | \
- grep -q $SENDER_ADDRESS
+ echo "$gpg_decrypt_stderr" | \
+ grep '^\[GNUPG:] GOODSIG' | \
+ grep -q "$SENDER_ADDRESS"
then
SIGNATURE_MADE_BY_SENDER="1"
else
# 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