From 34cb2ef70829240d863bade0585e0ced71c65942 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 3 Sep 2009 22:05:18 -0700 Subject: [PATCH] support source as a field; revisit this later --- scripts/service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/service b/scripts/service index 0d23df4..0abe271 100755 --- a/scripts/service +++ b/scripts/service @@ -1130,7 +1130,7 @@ END %limit = (); print {$transcript} "Limit cleared.\n\n"; } - elsif (exists $Debbugs::Status::fields{$field} ) { + elsif (exists $Debbugs::Status::fields{$field} or $field eq 'source') { # %limit can actually contain regexes, but because they're # not evaluated in Safe, DO NOT allow them through without # fixing this. -- 2.39.2