From: Dylan William Hardison Date: Tue, 30 May 2017 17:31:20 +0000 (-0400) Subject: Bug 1368764 - Bugmail no longer contains reason for receiving mail, defeating email... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=316a5ce1691fceba69055b0bd46ec40067873d50;p=thirdparty%2Fbugzilla.git Bug 1368764 - Bugmail no longer contains reason for receiving mail, defeating email filters --- diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 87ab2929e..75711e1ef 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -971,6 +971,9 @@ sub create { PLUGIN_BASE => 'Bugzilla::Template::Plugin', + # We don't want this feature. + CONSTANT_NAMESPACE => '__const', + # Default variables for all templates VARIABLES => { # Some of these are not really constants, and doing this messes up preloading.