From 95791d4b9edc26cd55483e71970d9f743f12f094 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 12 Sep 2003 05:57:06 +0000 Subject: Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of people, but in the end by gerv; r,a=justdave. --- checksetup.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 289f963b0..2434872ca 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -1078,7 +1078,6 @@ END bug_link => [ sub { return sub { return $_; } }, 1], csv => sub { return $_; }, time => sub { return $_; }, - obscure_email => sub { return $_; }, none => sub { return $_; } , }, }) || die ("Could not create Template Provider: " -- cgit v1.2.3-24-g4f1b