VirtualMailManager/constants.py
branchv0.6.x
changeset 555 499c63f52462
parent 478 6278a7a2a476
child 568 14abdd04ddf5
--- a/VirtualMailManager/constants.py	Sun Apr 15 19:56:21 2012 +0200
+++ b/VirtualMailManager/constants.py	Sun Apr 15 13:17:21 2012 +0200
@@ -81,3 +81,9 @@
 UNKNOWN_SERVICE = 65
 VMM_ERROR = 67
 VMM_TOO_MANY_FAILURES = 68
+
+# address types
+
+TYPE_ACCOUNT = 0x1
+TYPE_ALIAS = 0x2
+TYPE_RELOCATED = 0x4