From owner-cvs-all@FreeBSD.ORG Wed May 23 21:53:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A7AE16A421; Wed, 23 May 2007 21:53:46 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2E45E13C465; Wed, 23 May 2007 21:53:46 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4NLrkfp038326; Wed, 23 May 2007 21:53:46 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4NLrjYX038322; Wed, 23 May 2007 21:53:45 GMT (envelope-from simon) Message-Id: <200705232153.l4NLrjYX038322@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 23 May 2007 21:53:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi dosendpr.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2007 21:53:46 -0000 simon 2007-05-23 21:53:45 UTC FreeBSD doc repository Modified files: en/cgi dosendpr.cgi Log: Fix problem with dosendpr.cgi hanging after a PR has been submitted where no page was returned to the submitter resulting in many duplicate PR's. The pipe to sendmail was just being closed without the nice ".\n" to tell sendmail this is the end of the mail. Now we always send "\n.\n" to be sure the is a standalone "." on a line. Why this wasn't a problem before, but is now, I'm not really sure, but it's probably a perl 5.0 -> 5.8 change which triggered this. If there are still problems after this commit, please report including PR number(s). Prodded by: bugmeister(s) Co-prodding and testing help: edwin Not fixed for far too long by: simon Revision Changes Path 1.31 +2 -1 www/en/cgi/dosendpr.cgi