summaryrefslogtreecommitdiff
path: root/bin/interpret-mail
diff options
context:
space:
mode:
Diffstat (limited to 'bin/interpret-mail')
-rwxr-xr-xbin/interpret-mail4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/interpret-mail b/bin/interpret-mail
index effca9c..cfdf665 100755
--- a/bin/interpret-mail
+++ b/bin/interpret-mail
@@ -47,9 +47,9 @@ if ! hashcash -qXc -b 20 \
fi
if ! sed -n '
- /^-----BEGIN PGP MESSAGE-----$/{
+ /^-----BEGIN PGP MESSAGE-----\s*$/{
:a
- /\n-----END PGP MESSAGE-----$/!{
+ /\n-----END PGP MESSAGE-----\s*$/!{
N
ba
}