chiark / gitweb /
Print a thank you message
[ypp-sc-tools.db-live.git] / yarrg / commod-update-receiver
index 6fac8a27b688e659682d8d8625e2e0d4e682ace7..9c8dd30eb68672e7e3a8bd4db3ca959fe1d97f07 100755 (executable)
@@ -217,7 +217,7 @@ M->error and fail("write sendmail failed! ($!)");
 $?=0; close M; $? and fail("sendmail failed code $?");
 
 print header(-type=>'text/plain', -charset=>'us-ascii'),
-      "OK\n"
+      "OK\nThank you for your submission to YARRG.\n"
     or die $!;
 
 addlog("accepted $o{'clientspec'}");