www/115290: dosendpr.cgi - does not set X-GNATS-Notify field

Edwin Groothuis edwin at mavetju.org
Wed Aug 8 01:50:01 UTC 2007


>Number:         115290
>Category:       www
>Synopsis:       dosendpr.cgi - does not set X-GNATS-Notify field
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 08 01:50:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007 root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP i386

>Description:

The dosendpr.cgi script on www.freebsd.org
(http://www.freebsd.org/cgi/cvsweb.cgi/www/en/cgi/dosendpr.cgi)
does not set the X-GNATS-Notify field in the mail header.

This field is used by the GNATS Auto Assign script to add the
maintainer of a port to the PR.

>How-To-Repeat:
>Fix:

In dosendpr.cgi:

- $pr .= "X-Send-Pr-Version: www-3.0\n\n" .
+ $pr .= "X-Send-Pr-Version: www-3.0\n" .
+     "X-GNATS-Notify: \n\\n" .
      ">Submitter-Id:\t" . param('submitterid') . "\n" .
      ">Originator:\t" . param('originator') . "\n" .
      ">Organization:\t" . param('organization') . "\n" .

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-www mailing list