Skip to content

Commit

Permalink
Merge pull request #48 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
[pull] dev from KelvinTegelaar:dev
  • Loading branch information
jn1102 authored Aug 1, 2024
2 parents c97b107 + 7467590 commit 42b509d
Show file tree
Hide file tree
Showing 260 changed files with 641,730 additions and 1,264 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 42b509d

Please sign in to comment.