summaryrefslogtreecommitdiff
path: root/bin/interpret-mail
diff options
context:
space:
mode:
Diffstat (limited to 'bin/interpret-mail')
-rwxr-xr-xbin/interpret-mail3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/interpret-mail b/bin/interpret-mail
index 12b0520..9c33ff9 100755
--- a/bin/interpret-mail
+++ b/bin/interpret-mail
@@ -44,6 +44,9 @@ if [ -z "$(
uniq -d
)" ]; then
>&2 echo 'No valid signature found.'
+ grep '^\[GNUPG:] VALIDSIG ' "${tmp_dir}/gpg-status" | \
+ cut -d' ' -f3 | \
+ sort -u >&2
exit
fi