diff options
Diffstat (limited to 'Bugzilla/Config/MTA.pm')
-rw-r--r-- | Bugzilla/Config/MTA.pm | 6 |
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', |