File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1102
1102
"name" : " standards.AntiPhishPolicy.EnableUnusualCharactersSafetyTips" ,
1103
1103
"default" : true
1104
1104
},
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
+ },
1105
1143
{
1106
1144
"type" : " Select" ,
1107
1145
"label" : " If Mailbox Intelligence detects an impersonated user" ,
You can’t perform that action at this time.
0 commit comments