summaryrefslogtreecommitdiffstats
path: root/move.cgi
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-06-13 19:00:32 +0200
committerendico%mozilla.org <>2000-06-13 19:00:32 +0200
commitc5665cfc09cc4d69d171821149b4d1b93e3543eb (patch)
tree8db3eae38e4e7fda77ec06a82bf6ff0465438a64 /move.cgi
parentcae3bdbf14780427e5b9594d625e2440401756f5 (diff)
downloadbugzilla-c5665cfc09cc4d69d171821149b4d1b93e3543eb.tar.gz
bugzilla-c5665cfc09cc4d69d171821149b4d1b93e3543eb.tar.xz
use background delivery instead of defered so mail is delivered sooner and bug moving process goes faster.
Diffstat (limited to 'move.cgi')
-rwxr-xr-xmove.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/move.cgi b/move.cgi
index b3c8713d4..4f75559f1 100755
--- a/move.cgi
+++ b/move.cgi
@@ -99,7 +99,7 @@ $msg .= "Subject: Moving bugs $::FORM{'buglist'}\n\n";
$msg .= $xml . "\n";
open(SENDMAIL,
- "|/usr/lib/sendmail -ODeliveryMode=deferred -t") ||
+ "|/usr/lib/sendmail -ODeliveryMode=background -t") ||
die "Can't open sendmail";
print SENDMAIL $msg;