diff -r a93671970617 -r 499c63f52462 VirtualMailManager/constants.py --- 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