ExOConfig/Rules/500-X-SM-outgoing-header-cleaning.json

{
    "routing":
    {
        "inline" :
        {
             
        },
        "parallel":
        {
            "Name" : "[SEPPmail.cloud] - 500 Clean outbound SEPPmail header outgoing",
            "Comments" : "Removes outgoing SEPPmail.cloud x-headers from E-Mail.",
            "SMPriority" : 6,
            "FromScope" : "InOrganization",
            "SentToScope" : "NotInOrganization",
            "RemoveHeader" : "X-SM-outgoing",
            "Priority" : 0,
            "SetAuditSeverity" : "Low",
            "Mode" : "Enforce",
            "SenderAddressLocation" : "Header"
        }
    },
    "Option":
        {
             
        }
 
}