summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsrael Madueme <purelogiq@gmail.com>2018-09-10 19:30:05 +0200
committerGitHub <noreply@github.com>2018-09-10 19:30:05 +0200
commitc8b47ef3d5b39ab99065fe387c9ae93301b3aab0 (patch)
tree1dbd0ac026752f2d560800a940719cdc65b1a751
parenta91453b19c462929b3ab77927b0d0a6807558b92 (diff)
downloadbugzilla-c8b47ef3d5b39ab99065fe387c9ae93301b3aab0.tar.gz
bugzilla-c8b47ef3d5b39ab99065fe387c9ae93301b3aab0.tar.xz
no bug - add X-Bugzilla-Type to secbugsreport email
-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',