Skip to content

Commit

Permalink
Merge branch 'KelvinTegelaar:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
psreekumarinfx committed Jul 28, 2024
2 parents 3f43f8c + 5cbdf33 commit ff51c66
Show file tree
Hide file tree
Showing 226 changed files with 640,468 additions and 1,040 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "Block sending read receipt responses",
"comments": "Deletes all read receipts being sent to internal or external users.",
"ApplyOME": false,
"AttachmentHasExecutableContent": false,
"AttachmentIsPasswordProtected": false,
"AttachmentIsUnsupported": false,
"AttachmentProcessingLimitExceeded": false,
"DeleteMessage": true,
"ExceptIfAttachmentHasExecutableContent": false,
"ExceptIfAttachmentIsPasswordProtected": false,
"ExceptIfAttachmentIsUnsupported": false,
"ExceptIfAttachmentProcessingLimitExceeded": false,
"ExceptIfHasNoClassification": false,
"ExceptIfHasSenderOverride": false,
"FromScope": "InOrganization",
"HasNoClassification": false,
"HasSenderOverride": false,
"MessageTypeMatches": "ReadReceipt",
"Mode": "Enforce",
"ModerateMessageByManager": false,
"Quarantine": false,
"RecipientAddressType": "Resolved",
"RemoveOME": false,
"RemoveOMEv2": false,
"RemoveRMSAttachmentEncryption": false,
"RouteMessageOutboundRequireTls": false,
"RuleErrorAction": "Ignore",
"RuleSubType": "None",
"SenderAddressLocation": "Header",
"StopRuleProcessing": false,
"UseLegacyRegex": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Disable read receipt responses",
"comments": "This rule strips out the header responsible for asking for a read receipt, from all messages.",
"ApplyOME": false,
"AttachmentHasExecutableContent": false,
"AttachmentIsPasswordProtected": false,
"AttachmentIsUnsupported": false,
"AttachmentProcessingLimitExceeded": false,
"DeleteMessage": false,
"ExceptIfAttachmentHasExecutableContent": false,
"ExceptIfAttachmentIsPasswordProtected": false,
"ExceptIfAttachmentIsUnsupported": false,
"ExceptIfAttachmentProcessingLimitExceeded": false,
"ExceptIfHasNoClassification": false,
"ExceptIfHasSenderOverride": false,
"HasNoClassification": false,
"HasSenderOverride": false,
"Mode": "Enforce",
"ModerateMessageByManager": false,
"Quarantine": false,
"RecipientAddressType": "Resolved",
"RemoveHeader": "Disposition-Notification-To",
"RemoveOME": false,
"RemoveOMEv2": false,
"RemoveRMSAttachmentEncryption": false,
"RouteMessageOutboundRequireTls": false,
"RuleErrorAction": "Ignore",
"RuleSubType": "None",
"SenderAddressLocation": "Header",
"StopRuleProcessing": false,
"UseLegacyRegex": false
}
Loading

0 comments on commit ff51c66

Please sign in to comment.