Skip to content

Commit d46476b

Browse files
Merge pull request #2742 from cipptesting/dev
Updated Spam Filter Standard
2 parents 737fa4e + e2cbb68 commit d46476b

File tree

1 file changed

+55
-4
lines changed

1 file changed

+55
-4
lines changed

src/data/standards.json

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,18 +1703,24 @@
17031703
"tag": ["mediumimpact"],
17041704
"helpText": "This standard creates a Spam filter policy similar to the default strict policy.",
17051705
"addedComponent": [
1706+
{
1707+
"type": "number",
1708+
"label": "Bulk email threshold (Default 7)",
1709+
"name": "standards.SpamFilterPolicy.BulkThreshold",
1710+
"default": 7
1711+
},
17061712
{
17071713
"type": "Select",
17081714
"label": "Spam Action",
17091715
"name": "standards.SpamFilterPolicy.SpamAction",
17101716
"values": [
1711-
{
1712-
"label": "Move message to Junk Email folder",
1713-
"value": "MoveToJmf"
1714-
},
17151717
{
17161718
"label": "Quarantine the message",
17171719
"value": "Quarantine"
1720+
},
1721+
{
1722+
"label": "Move message to Junk Email folder",
1723+
"value": "MoveToJmf"
17181724
}
17191725
]
17201726
},
@@ -1737,6 +1743,21 @@
17371743
}
17381744
]
17391745
},
1746+
{
1747+
"type": "Select",
1748+
"label": "High Confidence Spam Action",
1749+
"name": "standards.SpamFilterPolicy.HighConfidenceSpamAction",
1750+
"values": [
1751+
{
1752+
"label": "Quarantine the message",
1753+
"value": "Quarantine"
1754+
},
1755+
{
1756+
"label": "Move message to Junk Email folder",
1757+
"value": "MoveToJmf"
1758+
}
1759+
]
1760+
},
17401761
{
17411762
"type": "Select",
17421763
"label": "High Confidence Spam Quarantine Tag",
@@ -1756,6 +1777,21 @@
17561777
}
17571778
]
17581779
},
1780+
{
1781+
"type": "Select",
1782+
"label": "Bulk Spam Action",
1783+
"name": "standards.SpamFilterPolicy.BulkSpamAction",
1784+
"values": [
1785+
{
1786+
"label": "Quarantine the message",
1787+
"value": "Quarantine"
1788+
},
1789+
{
1790+
"label": "Move message to Junk Email folder",
1791+
"value": "MoveToJmf"
1792+
}
1793+
]
1794+
},
17591795
{
17601796
"type": "Select",
17611797
"label": "Bulk Quarantine Tag",
@@ -1775,6 +1811,21 @@
17751811
}
17761812
]
17771813
},
1814+
{
1815+
"type": "Select",
1816+
"label": "Phish Spam Action",
1817+
"name": "standards.SpamFilterPolicy.PhishSpamAction",
1818+
"values": [
1819+
{
1820+
"label": "Quarantine the message",
1821+
"value": "Quarantine"
1822+
},
1823+
{
1824+
"label": "Move message to Junk Email folder",
1825+
"value": "MoveToJmf"
1826+
}
1827+
]
1828+
},
17781829
{
17791830
"type": "Select",
17801831
"label": "Phish Quarantine Tag",

0 commit comments

Comments
 (0)