From 069f9bdcec8277cb4d25929335259c44be1f70f4 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 4 Jan 2007 08:08:05 +0000 Subject: Bug 365229: email_in.pl modifies bug permissions without user entering fields Patch By Max Kanat-Alexander r=LpSolit, a=myk --- email_in.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'email_in.pl') diff --git a/email_in.pl b/email_in.pl index 098586e18..f90bdcd8b 100644 --- a/email_in.pl +++ b/email_in.pl @@ -88,6 +88,8 @@ use constant REQUIRED_PROCESS_FIELDS => qw( bug_file_loc component short_desc + reporter_accessible + cclist_accessible ); # $input_email is a global so that it can be used in die_handler. -- cgit v1.2.3-24-g4f1b