From d13c46a25138d15b29293855a336f4e90645e694 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 17 Jun 2007 23:57:09 +0000 Subject: Bug 384497: Add a parameter that enables debug mode for SMTP Patch By Max Kanat-Alexander r=LpSolit, a=mkanat --- Bugzilla/Config/MTA.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Config') 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', -- cgit v1.2.3-24-g4f1b