From 36700687bcd2747cebfbc6a4f7379baa45fab723 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Tue, 12 Jun 2007 20:03:05 +0000 Subject: [PATCH] Add missing space in From when "building" the PR. Submitted by: shaun PR: www/113071 Hijacked unrelated PR for patch: shaun --- en/cgi/dosendpr.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/cgi/dosendpr.cgi b/en/cgi/dosendpr.cgi index 24e72d1efc..a44a03d3e4 100755 --- a/en/cgi/dosendpr.cgi +++ b/en/cgi/dosendpr.cgi @@ -8,7 +8,7 @@ # GNU General Public License Version 2. # (http://www.gnu.ai.mit.edu/copyleft/gpl.html) # -# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.32 2007/06/12 06:06:41 ceri Exp $ +# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.33 2007/06/12 06:14:34 ceri Exp $ use Socket; use CGI qw/:standard/; @@ -176,7 +176,7 @@ if (defined $openproxy) { # Build the PR. $pr = "To: $submission_address\n" . - "From: " . param('originator') . "<" . param('email') . ">\n" . + "From: " . param('originator') . " <" . param('email') . ">\n" . "Subject: " . param('synopsis') . "\n" . env2hdr(@ENV_captures); if ($blackhole_err) {