Use the `originator' field in the From: line instead of the
`synopsis' field.
This commit is contained in:
parent
0195ef2ba7
commit
abaaf7562d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9595
1 changed files with 2 additions and 2 deletions
|
@ -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.5 2001/05/07 19:28:09 wosch Exp $
|
||||
# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.6 2001/06/13 00:04:42 dd Exp $
|
||||
|
||||
require "html.pl";
|
||||
|
||||
|
@ -69,7 +69,7 @@ if (!$cgi_data{'email'} || !$cgi_data{'originator'} ||
|
|||
|
||||
# Build the PR.
|
||||
$pr = "To: $gnemail\n" .
|
||||
"From: $cgi_data{'synopsis'} <$cgi_data{'email'}>\n" .
|
||||
"From: $cgi_data{'originator'} <$cgi_data{'email'}>\n" .
|
||||
"Subject: $cgi_data{'synopsis'}\n" .
|
||||
"X-Send-Pr-Version: www-1.0\n\n" .
|
||||
">Submitter-Id:\t$cgi_data{'submitterid'}\n" .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue