This file is indexed.

/usr/lib/evolution/plugins/org-gnome-dbx-import.eplug is in evolution-plugins 3.28.1-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<e-plugin-list>
  <e-plugin type="shlib" location="/usr/lib/evolution/plugins/liborg-gnome-dbx-import.so" id="org.gnome.evolution.plugin.dbx.import" name="Outlook DBX import">
    <description>Import Outlook Express messages from DBX file</description>
    <author name="David Woodhouse" email="dwmw2@infradead.org"/>
    <hook class="org.gnome.evolution.import:1.0">
        <importer target="uri" supported="org_gnome_evolution_readdbx_supported" import="org_gnome_evolution_readdbx_import" get-widget="org_gnome_evolution_readdbx_getwidget" cancel="org_gnome_evolution_readdbx_cancel" name="Outlook Express 5/6 personal folders (.dbx)">
	</importer>
    </hook>
  </e-plugin> 
</e-plugin-list>