diff options
author | Israel Madueme <purelogiq@gmail.com> | 2018-09-10 19:30:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-10 19:30:05 +0200 |
commit | c8b47ef3d5b39ab99065fe387c9ae93301b3aab0 (patch) | |
tree | 1dbd0ac026752f2d560800a940719cdc65b1a751 /scripts | |
parent | a91453b19c462929b3ab77927b0d0a6807558b92 (diff) | |
download | bugzilla-c8b47ef3d5b39ab99065fe387c9ae93301b3aab0.tar.gz bugzilla-c8b47ef3d5b39ab99065fe387c9ae93301b3aab0.tar.xz |
no bug - add X-Bugzilla-Type to secbugsreport email
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/secbugsreport.pl | 3 |
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', |