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. --- createattachment.cgi | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'createattachment.cgi') diff --git a/createattachment.cgi b/createattachment.cgi index 80dff3520..225efc02f 100755 --- a/createattachment.cgi +++ b/createattachment.cgi @@ -97,16 +97,11 @@ What kind of file is this? my $attachid = FetchOneColumn(); AppendComment($id, $::COOKIE{"Bugzilla_login"}, "Created an attachment (id=$attachid)\n$desc\n"); - print "Your attachment has been created."; - system("./processmail $id < /dev/null > /dev/null 2> /dev/null &"); - + print "

Attachment to bug $id created

\n"; + system("./processmail $id $::COOKIE{'Bugzilla_login'}"); + print "
Go Back to BUG# $id
\n"; } +navigation_header(); - -print qq{ -

-Go back to bug $id
-Go back to the query page
-}; -- cgit v1.2.3-24-g4f1b