From 316a5ce1691fceba69055b0bd46ec40067873d50 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 30 May 2017 13:31:20 -0400 Subject: Bug 1368764 - Bugmail no longer contains reason for receiving mail, defeating email filters --- Bugzilla/Template.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Bugzilla/Template.pm') 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. -- cgit v1.2.3-24-g4f1b