And fix a code typo
[pgp-tools.git] / caff / caff
index 791021aedcccb5ceeb221c8297f3f390aed56711..a8229274756cd82b16fb09ae8a95c870c970070c 100755 (executable)
--- a/caff/caff
+++ b/caff/caff
@@ -779,7 +779,7 @@ sub send_mail($$$@) {
                            (defined $CONFIG{'also-encrypt-to'})) {
                                my $reason = $1;
                                my $keyid = $2;
-                               if (grep { %_ eq $keyid } @{$CONFIG{'also-encrypt-to'}}) {
+                               if (grep { $_ eq $keyid } @{$CONFIG{'also-encrypt-to'}}) {
                                        warn("Could not encrypt to $keyid, specified in CONFIG{'also-encrypt-to'}.  Try to update the key using gpg --homedir=\$HOME/caff/gnupghome --import <exported key>.");
                                        return;
                                };