X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-mailgate;h=533800c26964cc1afc34b92ddee322dece4c978a;hp=3ca7f817faf8a6d3a4f510f15392fa5e5766dc62;hb=a3437bcd185d533199ebd7c3e0f69b816cc904af;hpb=6f5d233a7e36e10ba89914b633cfc79a172c9c12 diff --git a/ud-mailgate b/ud-mailgate index 3ca7f81..533800c 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -65,6 +65,7 @@ ArbChanges = {"c": "..", "mailCallout": "^(TRUE|FALSE)$", "VoIP": ".*", "gender": "^(1|2|9|male|female|unspecified)$", + "mailContentInspectionAction": "^(reject|blackhole|markup)$", }; DelItems = {"c": None, @@ -92,6 +93,7 @@ DelItems = {"c": None, "mailWhitelist": None, "mailDisableMessage": None, "VoIP": None, + "mailContentInspectionAction": None, };