summaryrefslogtreecommitdiffstats
path: root/email_in.pl
diff options
context:
space:
mode:
Diffstat (limited to 'email_in.pl')
-rw-r--r--email_in.pl2
1 files changed, 2 insertions, 0 deletions
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.