ExOConfig/Rules/110-Inbound-tags.json

{
    "routing":
    {
        "inline" :
        {
             
        },
        "parallel" :
        {
          "Name" : "[SEPPmail.cloud] - 110 Route incoming tagged e-mails to SEPPmail",
          "Comments" : "E-mails sent from outside the organization and have [secure]/[signed OK] tags are sent to the SEPPmail.cloud for tag cleaning.",
          "RouteMessageOutboundConnector" : "[SEPPmail.cloud] Outbound-Parallel",
          "SMPriority" : 2,
          "FromScope" : "NotInOrganization",
          "SentToScope" : "InOrganization",
          "SetHeaderName" : "X-SM-maildirection",
          "SetHeaderValue" : "inbound",
          "SubjectOrBodyContainsWords" : ["[signed OK]","[secure]"],
          "ExceptIfHeaderMatchesMessageHeader" : "X-SM-internal",
          "ExceptIfHeaderMatchesPatterns" : "yes",
          "ExceptIfHeaderContainsMessageHeader" : "X-SM-incoming",
          "ExceptIfHeaderContainsWords" : "yes",
          "ExceptIfSCLOver" : 5,
          "Priority" : 0,
          "SetAuditSeverity" : "Low",
          "Mode" : "Enforce",
          "SenderAddressLocation" : "HeaderOrEnvelope",
          "StopRuleProcessing" : true
        }
    },
    "Option":
        {
             
        }
}