From 8ecbe90f448e63afd96cd1654bf5a5ba84e1f805 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Wed, 15 Jun 2005 10:41:54 +0000 Subject: [PATCH] cscvs to tla changeset 13 Author: noodles Date: 2005/05/31 17:17:46 Support MIME content encoding for cleartext signed mails. git-archimport-id: noodles@earth.li--pie/autodns--mainline--1.0--patch-12 --- autodns.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autodns.pl b/autodns.pl index 11f6b31..d017e60 100755 --- a/autodns.pl +++ b/autodns.pl @@ -5,7 +5,7 @@ # http://www.earth.li/projectpurple/progs/autodns.html # Released under the GPL. # -# $Id: autodns.pl,v 1.12 2005/05/31 12:20:23 noodles Exp $ +# $Id: autodns.pl,v 1.13 2005/05/31 17:17:46 noodles Exp $ # use strict; @@ -254,7 +254,7 @@ if ($entity->parts) { my $pid = open3(\*GPGIN, \*GPGOUT, \*GPGERR, "gpg --batch"); # Feed it the mail. - print GPGIN @MAIL; + print GPGIN $entity->bodyhandle->as_string; close GPGIN; # And grab what it has to say. -- 2.39.2