X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;ds=inline;f=autodns.pl;h=04d0d514a660d9edf847268375d051b3a4c36261;hb=b7da774a5471f2ad9c0c32a7ac43519c603c4e81;hp=ab5859cb22c42bc636b3e54e55b6be59bb86c521;hpb=fae89c9d1fd62220f75f63a550030fc7df76d7b2;p=autodns.git 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;