chiark / gitweb /
Rename age to timestamp; add field for email (rfc822) messageid
[ypp-sc-tools.web-live.git] / pctb / commod-results-processor
index 0286ab3fd99a2203584dac2bc665f48748d37a1f..350ef366d0baa6fda394e4105a4ca624c6008681 100755 (executable)
@@ -455,8 +455,7 @@ sub main__uploadyaarg () {
     my $dest= $ENV{'YPPSC_YAARG_SUBMIT'};
 
     my $respcontent= cgipostform($ua, "$dest/commod-update-receiver", \%o);
-
-    print $respcontent();
+    $respcontent =~ m/^OK\b/ or die "$respcontent ?";
 }
 
 sub main__uploadpctb () {