From b7da774a5471f2ad9c0c32a7ac43519c603c4e81 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Wed, 1 Nov 2006 13:37:37 +0000 Subject: [PATCH] Ensure we split commands for MIME signed mail. Make sure we split incoming commands that were MIME signed on new lines. git-archimport-id: noodles@earth.li--pie/autodns--mainline--1.0--patch-19 --- autodns.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/autodns.pl b/autodns.pl index ab5859c..04d0d51 100755 --- a/autodns.pl +++ b/autodns.pl @@ -261,6 +261,7 @@ if ($entity->parts) { # And grab what it has to say. @GPGERROR=; @COMMANDS=; + @COMMANDS = split /\n/,$entity->bodyhandle->as_string; close GPGERR; close GPGOUT; waitpid $pid, 0; -- 2.39.2