This file is indexed.

/etc/torrus/conf/email-siteconfig.pl is in torrus-common 2.08-4.

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
12
13
14
15
16
# Torrus Email notifications configuration. Put all your site specifics here.

# The URL where the user can browse the datasources
$Torrus::Email::url = 'http://localhost/torrus';

# Filename within templates directory which will be used
# for e-mail notification
$Torrus::Email::template = 'email-alarm.txt';

1;

# Local Variables:
# mode: perl
# indent-tabs-mode: nil
# perl-indent-level: 4
# End: