From f9e320695616f29fb1f11b7a5f3f9cee2040d7ee Mon Sep 17 00:00:00 2001 From: "bryce-mozilla%nextbus.com" <> Date: Wed, 12 May 1999 12:22:34 +0000 Subject: "nospam" feature. BugZilla will no longer email the person submitting the change (after all, they are right there viewing things interactively). To make this clear to everyone, print out the exact email list as each bug is processed. --- post_bug.cgi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index 6ad8aff82..e98767b1b 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -136,12 +136,12 @@ foreach my $person (keys %ccids) { SendSQL("insert into cc (bug_id, who) values ($id, $person)"); } -print "

Changes Submitted

\n"; -print "Show BUG# $id\n"; -print "
Attach a file to this bug\n"; -print "
Back To Query Page\n"; +print "

Bug $id posted

\n"; +system("./processmail $id $::COOKIE{'Bugzilla_login'}"); +print "
Back To BUG# $id
\n"; +print "
Attach a file to this bug\n"; -system("./processmail $id < /dev/null > /dev/null 2> /dev/null &"); +navigation_header(); exit; -- cgit v1.2.3-24-g4f1b