Change the default recipient address that is recommended at the end
of problem report viewed through the web interface of query-pr to bug-followup@freebsd.org to reduce the diffs from the problem-reports articles and the potential for confusing our users. Submitted by: Julien Gabel <jpeg@thilelli.net>
This commit is contained in:
parent
5207fed54d
commit
aba859cb13
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24296
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/perl -T
|
||||
# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.37 2004/02/16 16:57:10 ceri Exp $
|
||||
# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.38 2004/11/26 21:57:23 ceri Exp $
|
||||
|
||||
$ENV{'PATH'} = "/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin";
|
||||
|
||||
|
@ -180,7 +180,7 @@ print "</dl>";
|
|||
$origsyn =~ s/[^a-zA-Z+.@-]/"%" . sprintf("%02X", unpack("C", $&))/eg;
|
||||
$email =~ s/[^a-zA-Z+.@-]/"%" . sprintf("%02X", unpack("C", $&))/eg;
|
||||
|
||||
print qq`<A HREF="mailto:freebsd-gnats-submit\@FreeBSD.org,${email}?subject=Re:%20${cat}/${number}:%20$origsyn">Submit Followup</A> | <A HREF="./query-pr.cgi?pr=$pr&f=raw">Raw PR</A>\n`;
|
||||
print qq`<A HREF="mailto:bug-followup\@FreeBSD.org,${email}?subject=Re:%20${cat}/${number}:%20$origsyn">Submit Followup</A> | <A HREF="./query-pr.cgi?pr=$pr&f=raw">Raw PR</A>\n`;
|
||||
|
||||
print &html_footer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue