Skip to content

Commit c569c82

Browse files
Merge pull request #2513 from Ren-Roros-Digital/antiphishpolicy
Added more Anti-Phishing actions
2 parents 49218f0 + a540aa5 commit c569c82

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

src/data/standards.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,44 @@
11021102
"name": "standards.AntiPhishPolicy.EnableUnusualCharactersSafetyTips",
11031103
"default": true
11041104
},
1105+
{
1106+
"type": "Select",
1107+
"label": "If a message is detected as user impersonation",
1108+
"name": "standards.AntiPhishPolicy.TargetedUserProtectionAction",
1109+
"values": [
1110+
{
1111+
"label": "Move to Junk Folder",
1112+
"value": "MoveToJmf"
1113+
},
1114+
{
1115+
"label": "Delete the message before its delivered",
1116+
"value": "Delete"
1117+
},
1118+
{
1119+
"label": "Quarantine the message",
1120+
"value": "Quarantine"
1121+
}
1122+
]
1123+
},
1124+
{
1125+
"type": "Select",
1126+
"label": "If a message is detected as domain impersonation",
1127+
"name": "standards.AntiPhishPolicy.TargetedDomainProtectionAction",
1128+
"values": [
1129+
{
1130+
"label": "Move to Junk Folder",
1131+
"value": "MoveToJmf"
1132+
},
1133+
{
1134+
"label": "Delete the message before its delivered",
1135+
"value": "Delete"
1136+
},
1137+
{
1138+
"label": "Quarantine the message",
1139+
"value": "Quarantine"
1140+
}
1141+
]
1142+
},
11051143
{
11061144
"type": "Select",
11071145
"label": "If Mailbox Intelligence detects an impersonated user",

0 commit comments

Comments
 (0)