diff options
author | bryce-mozilla%nextbus.com <> | 1999-05-12 14:22:34 +0200 |
---|---|---|
committer | bryce-mozilla%nextbus.com <> | 1999-05-12 14:22:34 +0200 |
commit | f9e320695616f29fb1f11b7a5f3f9cee2040d7ee (patch) | |
tree | bd415b305dd19f0edfe87e5f58d26184bd54c980 /backdoor.cgi | |
parent | 41d9abb76b2c0234a12cdff8a22357a14a362cde (diff) | |
download | bugzilla-f9e320695616f29fb1f11b7a5f3f9cee2040d7ee.tar.gz bugzilla-f9e320695616f29fb1f11b7a5f3f9cee2040d7ee.tar.xz |
"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.
Diffstat (limited to 'backdoor.cgi')
-rwxr-xr-x | backdoor.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backdoor.cgi b/backdoor.cgi index 0c4a013be..dd96b6316 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 < /dev/null > /dev/null 2> /dev/null &"); +system("./processmail $zillaid"); |