From 764aa0aa77e52fffb8d632760489b3b8cc61db4e Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Wed, 1 Nov 2006 13:32:36 +0000 Subject: [PATCH] Explicitly give --verify command to GPG. We didn't explicitly say --verify for clear signed emails; do so. git-archimport-id: noodles@earth.li--pie/autodns--mainline--1.0--patch-17 --- autodns.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodns.pl b/autodns.pl index fa4e09b..ddb237c 100755 --- a/autodns.pl +++ b/autodns.pl @@ -252,7 +252,7 @@ if ($entity->parts) { } else { # Clear text. - my $pid = open3(\*GPGIN, \*GPGOUT, \*GPGERR, "gpg --batch"); + my $pid = open3(\*GPGIN, \*GPGOUT, \*GPGERR, "gpg --batch --verify"); # Feed it the mail. print GPGIN $entity->bodyhandle->as_string; -- 2.39.2