From 70fbec215ab03e711cd53b065df64c004ba45256 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Aug 2009 16:26:57 +0100 Subject: [PATCH] Print a thank you message --- yarrg/commod-update-receiver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarrg/commod-update-receiver b/yarrg/commod-update-receiver index 6fac8a2..9c8dd30 100755 --- a/yarrg/commod-update-receiver +++ b/yarrg/commod-update-receiver @@ -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'}"); -- 2.30.2