|
2268 | 2268 | "value": "DefaultFullAccessWithNotificationPolicy"
|
2269 | 2269 | }
|
2270 | 2270 | ]
|
| 2271 | + }, |
| 2272 | + { |
| 2273 | + "type": "switch", |
| 2274 | + "name": "standards.SpamFilterPolicy.IncreaseScoreWithImageLinks", |
| 2275 | + "label": "Increase score if message contains image links to remote websites", |
| 2276 | + "defaultValue": false |
| 2277 | + }, |
| 2278 | + { |
| 2279 | + "type": "switch", |
| 2280 | + "name": "standards.SpamFilterPolicy.IncreaseScoreWithBizOrInfoUrls", |
| 2281 | + "label": "Increase score if message contains links to .biz or .info domains", |
| 2282 | + "defaultValue": false |
| 2283 | + }, |
| 2284 | + { |
| 2285 | + "type": "switch", |
| 2286 | + "name": "standards.SpamFilterPolicy.MarkAsSpamFramesInHtml", |
| 2287 | + "label": "Mark as spam if message contains HTML or iframe tags", |
| 2288 | + "defaultValue": false |
| 2289 | + }, |
| 2290 | + { |
| 2291 | + "type": "switch", |
| 2292 | + "name": "standards.SpamFilterPolicy.MarkAsSpamObjectTagsInHtml", |
| 2293 | + "label": "Mark as spam if message contains HTML object tags", |
| 2294 | + "defaultValue": false |
| 2295 | + }, |
| 2296 | + { |
| 2297 | + "type": "switch", |
| 2298 | + "name": "standards.SpamFilterPolicy.MarkAsSpamEmbedTagsInHtml", |
| 2299 | + "label": "Mark as spam if message contains HTML embed tags", |
| 2300 | + "defaultValue": false |
| 2301 | + }, |
| 2302 | + { |
| 2303 | + "type": "switch", |
| 2304 | + "name": "standards.SpamFilterPolicy.MarkAsSpamFormTagsInHtml", |
| 2305 | + "label": "Mark as spam if message contains HTML form tags", |
| 2306 | + "defaultValue": false |
| 2307 | + }, |
| 2308 | + { |
| 2309 | + "type": "switch", |
| 2310 | + "name": "standards.SpamFilterPolicy.MarkAsSpamWebBugsInHtml", |
| 2311 | + "label": "Mark as spam if message contains web bugs (also known as web beacons)", |
| 2312 | + "defaultValue": false |
| 2313 | + }, |
| 2314 | + { |
| 2315 | + "type": "switch", |
| 2316 | + "name": "standards.SpamFilterPolicy.MarkAsSpamSensitiveWordList", |
| 2317 | + "label": "Mark as spam if message contains words from the sensitive words list", |
| 2318 | + "defaultValue": false |
| 2319 | + }, |
| 2320 | + { |
| 2321 | + "type": "switch", |
| 2322 | + "name": "standards.SpamFilterPolicy.EnableLanguageBlockList", |
| 2323 | + "label": "Enable language block list", |
| 2324 | + "defaultValue": false |
| 2325 | + }, |
| 2326 | + { |
| 2327 | + "type": "autoComplete", |
| 2328 | + "multiple": true, |
| 2329 | + "creatable": true, |
| 2330 | + "required": false, |
| 2331 | + "name": "standards.SpamFilterPolicy.LanguageBlockList", |
| 2332 | + "label": "Languages to block (uppercase ISO 639-1 two-letter)" |
| 2333 | + }, |
| 2334 | + { |
| 2335 | + "type": "switch", |
| 2336 | + "name": "standards.SpamFilterPolicy.EnableRegionBlockList", |
| 2337 | + "label": "Enable region block list", |
| 2338 | + "defaultValue": false |
| 2339 | + }, |
| 2340 | + { |
| 2341 | + "type": "autoComplete", |
| 2342 | + "multiple": true, |
| 2343 | + "creatable": true, |
| 2344 | + "required": false, |
| 2345 | + "name": "standards.SpamFilterPolicy.RegionBlockList", |
| 2346 | + "label": "Regions to block (uppercase ISO 3166-1 two-letter)" |
2271 | 2347 | }
|
2272 | 2348 | ],
|
2273 | 2349 | "label": "Default Spam Filter Policy",
|
|
0 commit comments