From 410641ccf4ed887b3988222678704a8c5569002d Mon Sep 17 00:00:00 2001 From: "olav%bkor.dhs.org" <> Date: Tue, 14 Nov 2006 07:32:28 +0000 Subject: Bug 277370: Ability to specify an email address to which notification about all bugs should go Patch by Guillaume Rousse r=bkor a=myk --- Bugzilla/Config/MTA.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm index a9bc4619c..27d03462a 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -72,7 +72,13 @@ sub get_param_list { type => 't', default => 7, checker => \&check_numeric - } ); + }, + + { + name => 'globalwatchers', + type => 't', + default => '', + }, ); return @param_list; } -- cgit v1.2.3-24-g4f1b