ExOConfig/Rules/400-X-SM-encrypted-header-cleaning.json

{
    "default":
    {
        "Name" : "[SEPPmail] - 400 Clean outbound SEPPmail header encrypted",
        "Comments" : "Removes encrypted SEPPmail x-headers from E-Mail.",
        "SMPriority" : 4,
        "FromScope" : "InOrganization",
        "SentToScope" : "NotInOrganization",
        "RemoveHeader" : "X-SM-encrypted",
        "Priority" : 0,
        "SetAuditSeverity" : "DoNotAudit",
        "Mode" : "Enforce",
        "SenderAddressLocation" : "Header"
    }
}