summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2003-08-01 12:57:19 +0200
committermyk%mozilla.org <>2003-08-01 12:57:19 +0200
commit193c5ac6be8e883c57e4caf3c87b181db0351be0 (patch)
treed7a28654e54352fa344dbfef480f9223ee889704 /checksetup.pl
parent393dfb830acf397c180b81e333c93b0d4d76258c (diff)
downloadbugzilla-193c5ac6be8e883c57e4caf3c87b181db0351be0.tar.gz
bugzilla-193c5ac6be8e883c57e4caf3c87b181db0351be0.tar.xz
Partial fix for bug 120030: adds template filter for obscuring email addresses.
Patch by Stephen Lee <slee@@wilcoxassoc.com>. r=myk,a=myk
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index fb6214ff6..d0b1764b4 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -1057,6 +1057,7 @@ END
bug_link => [ sub { return sub { return $_; } }, 1],
csv => sub { return $_; },
time => sub { return $_; },
+ obscure_email => sub { return $_; },
},
}) || die ("Could not create Template Provider: "
. Template::Provider->error() . "\n");