place additional custom processor xml fragments here (only files with .xml extension will be loaded)

Example XML fragment:

<processors>
    <processor name="custom-encryption">
        <mailet match="All" class="Log">
            <comment> custom-encryption </comment>
        </mailet>
    
        <mailet match="All" class="GotoProcessor">
            <processor> post-custom-encryption </processor>
        </mailet>
    </processor>
</processors>
