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]/[signed invalid]/[secured by HIN]/[signed invalid]/[not secured by HIN] 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", "SubjectContainsWords" : ["[signed OK]","[secure]","[secured by HIN]","[signed invalid]","[not secured by HIN]"], "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": { } } |