From: Don Armstrong Date: Fri, 4 Sep 2009 05:05:18 +0000 (-0700) Subject: support source as a field; revisit this later X-Git-Tag: release/2.6.0~437^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=34cb2ef70829240d863bade0585e0ced71c65942;p=debbugs.git support source as a field; revisit this later --- diff --git a/scripts/service b/scripts/service index 0d23df44..0abe271d 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.