Code: Select all
<ConfigItem Name="PostmasterX-Header" Required="1" Valid="1">
<Description Translatable="1">Defines all the X-headers that should be scanned.</Description>
<Group>Ticket</Group>
<SubGroup>Core::PostMaster</SubGroup>
<Setting>
<Array>
<Item>X-my-header</Item>
</Array>
</Setting>
</ConfigItem>
Code: Select all
<otrs_config version="1.0" init="Changes">
I would like to add this, because a module I'm developing needs to add a few entries here, and I would like to do it while the module is installed...
Have a happy evening/night!