Update of /cvsroot/tmda/tmda-cgi/skel/install
In directory sc8-pr-cvs1:/tmp/cvs-serv28840/skel/install
Modified Files:
anomalies
Log Message:
Fixed a bug that broke virtual user installs if there are many users in a
domain.
Index: anomalies
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/skel/install/anomalies,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- anomalies 13 Jul 2003 18:43:34 -0000 1.5
+++ anomalies 7 Aug 2003 05:18:22 -0000 1.6
@@ -26,3 +26,8 @@
{"qmail":
["%(Parent)s/.qmail-%(User)s", "%(Parent)s/.qmail-%(User)s-default"]
}
+
+# PARENT_RE is a regular expression used to verify that we have a valid parent
+# directory. If invalid, try ascending again until we run out of directories
+# or match.
+PARENT_RE = "^" + VPop + "/domains/[^/]+\.[^/]+$"
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs
|