summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/MTA.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-06-18 01:57:09 +0200
committermkanat%bugzilla.org <>2007-06-18 01:57:09 +0200
commitd13c46a25138d15b29293855a336f4e90645e694 (patch)
treee2beb254b4afa84a2f112be4ce1b9312ff0c0b24 /Bugzilla/Config/MTA.pm
parentcc9913464d0ae6ea5df6d0debcd2d622c001457e (diff)
downloadbugzilla-d13c46a25138d15b29293855a336f4e90645e694.tar.gz
bugzilla-d13c46a25138d15b29293855a336f4e90645e694.tar.xz
Bug 384497: Add a parameter that enables debug mode for SMTP
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
Diffstat (limited to 'Bugzilla/Config/MTA.pm')
-rw-r--r--Bugzilla/Config/MTA.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm
index 3415677f3..686d5b3e4 100644
--- a/Bugzilla/Config/MTA.pm
+++ b/Bugzilla/Config/MTA.pm
@@ -68,7 +68,11 @@ sub get_param_list {
type => 't',
default => 'localhost'
},
-
+ {
+ name => 'smtp_debug',
+ type => 'b',
+ default => 0
+ },
{
name => 'whinedays',
type => 't',