summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Mailer.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-04-23 18:01:40 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-04-23 18:01:40 +0200
commitb7fbcf61cf1267564edaf343833fa15f1a806430 (patch)
tree0820431407868760ccf7f48d7f24a6c573d00a2e /Bugzilla/Mailer.pm
parent5bb84b3c6efc503652a14e59efbe2b7c548608dd (diff)
downloadbugzilla-b7fbcf61cf1267564edaf343833fa15f1a806430.tar.gz
bugzilla-b7fbcf61cf1267564edaf343833fa15f1a806430.tar.xz
Bug 561362: Remove the 'sendmailnow' parameter
r=justdave a=LpSolit
Diffstat (limited to 'Bugzilla/Mailer.pm')
-rw-r--r--Bugzilla/Mailer.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/Mailer.pm b/Bugzilla/Mailer.pm
index fb9c5a7ca..596e8ab65 100644
--- a/Bugzilla/Mailer.pm
+++ b/Bugzilla/Mailer.pm
@@ -145,8 +145,6 @@ sub MessageToMTA {
push(@args, "-f$from_email") if $from_email;
}
}
- push(@args, "-ODeliveryMode=deferred")
- if !Bugzilla->params->{"sendmailnow"};
}
else {
# Sendmail will automatically append our hostname to the From