From: mkanat%bugzilla.org <> Date: Thu, 4 Jan 2007 08:08:05 +0000 (+0000) Subject: Bug 365229: email_in.pl modifies bug permissions without user entering fields X-Git-Tag: bugzilla-2.23.4~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=069f9bdcec8277cb4d25929335259c44be1f70f4;p=thirdparty%2Fbugzilla.git Bug 365229: email_in.pl modifies bug permissions without user entering fields Patch By Max Kanat-Alexander r=LpSolit, a=myk --- diff --git a/email_in.pl b/email_in.pl index 098586e18b..f90bdcd8b1 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.