This file is indexed.

/usr/share/sieve/scripts/copy/template.txt is in kmail 4:15.12.3-0ubuntu1.

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

The actual contents of the file can be viewed below.

1
2
3
4
require "copy";
if header :contains "Subject" "foo" { 
  redirect :copy "other@example.net";
}