Remove obsolete comment
[mirror/userdir-ldap.git] / ud-generate
index b8a21f1..633a5d9 100755 (executable)
@@ -45,7 +45,7 @@ CurrentHost = ""
 UUID_FORMAT = '[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'
 
 EmailCheck = re.compile("^([^ <>@]+@[^ ,<>@]+)?$")
-BSMTPCheck = re.compile(".*mx 0 (gluck)\.debian\.org\..*",re.DOTALL)
+BSMTPCheck = re.compile(".*mx 0 (gluck|master)\.debian\.org\..*",re.DOTALL)
 PurposeHostField = re.compile(r".*\[\[([\*\-]?[a-z0-9.\-]*)(?:\|.*)?\]\]")
 DNSZone = ".debian.net"
 Keyrings = ConfModule.sync_keyrings.split(":")
@@ -526,7 +526,6 @@ def GenAllForward(File):
          if x[1].has_key("emailForward") == 0:
             continue
      
-         # Do not allow people to try to buffer overflow busted parsers
          Forward = GetAttr(x, "emailForward")
      
          User = GetAttr(x, "uid")