X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-mailgate;h=f705497d32b17c0de7d66dfc386cda33808e0a18;hb=26042a727441733429ecc39dd3792158f2a2ba86;hp=01e036d2537ef65c356942c6d663b89bab8ed1d7;hpb=59d97ebdfe01bf2688ba3c428e8a07f81cf13fbd;p=mirror%2Fuserdir-ldap.git diff --git a/ud-mailgate b/ud-mailgate index 01e036d..f705497 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -1,5 +1,9 @@ #!/usr/bin/env python # -*- mode: python -*- + +# Prior copyright probably rmurray, troup, joey, jgg -- weasel 2008 +# Copyright (c) 2008 Peter Palfrader + import userdir_gpg, userdir_ldap, sys, traceback, time, ldap, os; import pwd from userdir_gpg import *; @@ -40,6 +44,7 @@ ArbChanges = {"c": "..", "mailDisableMessage": ".*", "mailGreylisting": "^(TRUE|FALSE)$", "mailCallout": "^(TRUE|FALSE)$", + "VoIP": ".*", }; DelItems = {"c": None, @@ -67,6 +72,7 @@ DelItems = {"c": None, "mailRHSBL": None, "mailWhitelist": None, "mailDisableMessage": None, + "VoIP": None, }; # Decode a GPS location from some common forms