This file is indexed.

/usr/share/debbugs/templates/en_US/mail/footer.tmpl is in debbugs-web 2.6.0.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
-- 
{
my %ref_handled;
for my $bug (sort ($ref,@refs)) {
    next unless defined $bug;
    next if exists $ref_handled{$bug};
    $ref_handled{$bug} = 1;
    $OUT .= bugurl($bug).qq(\n);
}
}{$config{project}} {ucfirst($config{bug})} Tracking System
Contact {$config{maintainer_email}} with problems