Add missing space in From when "building" the PR.

Submitted by:	shaun
PR:		www/113071
Hijacked unrelated PR for patch:	shaun
This commit is contained in:
Simon L. B. Nielsen 2007-06-12 20:03:05 +00:00
parent 09972e0a9b
commit 36700687bc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=30282

View file

@ -8,7 +8,7 @@
# GNU General Public License Version 2. # GNU General Public License Version 2.
# (http://www.gnu.ai.mit.edu/copyleft/gpl.html) # (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 Socket;
use CGI qw/:standard/; use CGI qw/:standard/;
@ -176,7 +176,7 @@ if (defined $openproxy) {
# Build the PR. # Build the PR.
$pr = "To: $submission_address\n" . $pr = "To: $submission_address\n" .
"From: " . param('originator') . "<" . param('email') . ">\n" . "From: " . param('originator') . " <" . param('email') . ">\n" .
"Subject: " . param('synopsis') . "\n" . "Subject: " . param('synopsis') . "\n" .
env2hdr(@ENV_captures); env2hdr(@ENV_captures);
if ($blackhole_err) { if ($blackhole_err) {