From: Israel Madueme Date: Mon, 10 Sep 2018 17:30:05 +0000 (-0400) Subject: no bug - add X-Bugzilla-Type to secbugsreport email X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8b47ef3d5b39ab99065fe387c9ae93301b3aab0;p=thirdparty%2Fbugzilla.git no bug - add X-Bugzilla-Type to secbugsreport email --- 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',