summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/secbugsreport.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/secbugsreport.pl b/scripts/secbugsreport.pl
index ae0639e20..81041b222 100644
--- a/scripts/secbugsreport.pl
+++ b/scripts/secbugsreport.pl
@@ -62,7 +62,8 @@ my $email = Email::MIME->create(
header_str => [
From => Bugzilla->params->{'mailfrom'},
To => Bugzilla->params->{report_secbugs_emails},
- Subject => "Security Bugs Report for $report_week"
+ Subject => "Security Bugs Report for $report_week",
+ 'X-Bugzilla-Type' => 'admin'
],
attributes => {
content_type => 'text/html',