summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/MTA.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm
index a12b425e2..c23c324d9 100644
--- a/Bugzilla/Config/MTA.pm
+++ b/Bugzilla/Config/MTA.pm
@@ -106,6 +106,11 @@ sub get_param_list {
type => 't',
default => '',
},
+ {
+ name => 'silent_users',
+ type => 't',
+ default => '',
+ },
);
return @param_list;
}