Date: Wed, 23 May 2007 21:53:45 +0000 (UTC) From: "Simon L. Nielsen" <simon@FreeBSD.org> To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi dosendpr.cgi Message-ID: <200705232153.l4NLrjYX038322@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705232153.l4NLrjYX038322>