]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/service
support source as a field; revisit this later
[debbugs.git] / scripts / service
index 0d23df44bdb621f71bd7a569b42cd709d97f63a8..0abe271d383d2c8fad0eb96eafb224220601287d 100755 (executable)
@@ -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.