forked from KelvinTegelaar/CIPP-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
- Loading branch information
Showing
260 changed files
with
641,730 additions
and
1,264 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
Config/4ec40975-c530-44d1-be9e-12f90cac6e95.TransportRuleTemplate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
32 changes: 32 additions & 0 deletions
32
Config/5e4ce5db-1dcd-4423-8131-1379fa2e7621.TransportRuleTemplate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.