summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
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/Config
parent5bb84b3c6efc503652a14e59efbe2b7c548608dd (diff)
downloadbugzilla-b7fbcf61cf1267564edaf343833fa15f1a806430.tar.gz
bugzilla-b7fbcf61cf1267564edaf343833fa15f1a806430.tar.xz
Bug 561362: Remove the 'sendmailnow' parameter
r=justdave a=LpSolit
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/MTA.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm
index b1e3ab1a4..c90e5dc76 100644
--- a/Bugzilla/Config/MTA.pm
+++ b/Bugzilla/Config/MTA.pm
@@ -65,12 +65,6 @@ sub get_param_list {
},
{
- name => 'sendmailnow',
- type => 'b',
- default => 1
- },
-
- {
name => 'smtpserver',
type => 't',
default => 'localhost'