index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/interpret-mail | 4 |
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 } |