From c0ed55895db8642b64b58b6d902f7085d2ca757e Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 11 May 1999 06:15:08 +0000 Subject: Oops; back out last change; was checked in by mistake (and with the wrong log comment, too). --- backdoor.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backdoor.cgi') diff --git a/backdoor.cgi b/backdoor.cgi index dd96b6316..0c4a013be 100755 --- a/backdoor.cgi +++ b/backdoor.cgi @@ -160,4 +160,4 @@ foreach my $cc (split(/,/, $::FORM{'cc'})) { } print "Created bugzilla bug $zillaid\n"; -system("./processmail $zillaid"); +system("./processmail $zillaid < /dev/null > /dev/null 2> /dev/null &"); -- cgit v1.2.3-24-g4f1b