Commit c5665cfc authored by endico%mozilla.org's avatar endico%mozilla.org

use background delivery instead of defered so mail is delivered sooner and bug…

use background delivery instead of defered so mail is delivered sooner and bug moving process goes faster.
parent cae3bdbf
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment