From: Ian Jackson Date: Sun, 9 Aug 2009 15:26:57 +0000 (+0100) Subject: Print a thank you message X-Git-Tag: 3.0~1^2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=70fbec215ab03e711cd53b065df64c004ba45256 Print a thank you message --- 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'}");