aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-11 16:24:27 +0000
committerrhatto <rhatto>2006-10-11 16:24:27 +0000
commit641f92b58833ad30faa66052227519779c99d198 (patch)
tree78c2453c336a4c880779b4cd61fc66e503a63cab /firma
parent3c4457c59334cf0957477a8ebf1adb9f97f5573c (diff)
downloadfirma-641f92b58833ad30faa66052227519779c99d198.tar.gz
firma-641f92b58833ad30faa66052227519779c99d198.tar.bz2
now MESSAGE_SIGNED_BY_SENDER is working as expected
Diffstat (limited to 'firma')
-rwxr-xr-xfirma6
1 files changed, 1 insertions, 5 deletions
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