ExOConfig/Rules/100-Inbound.json
{
"routing": { "inline" : { }, "parallel" : { "Name" : "[SEPPmail.cloud] - 100 Route incoming e-mails to SEPPmail", "Comments" : "E-mails sent from outside the organization are sent to the SEPPmail.cloud for crypto-processing.", "RouteMessageOutboundConnector" : "[SEPPmail.cloud] Outbound-Parallel", "SMPriority" : 1, "FromScope" : "NotInOrganization", "SentToScope" : "InOrganization", "SetHeaderName" : "X-SM-maildirection", "SetHeaderValue" : "inbound", "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": { } } |