diff -r af813ede1e19 -r 14c0a092d7d2 VirtualMailManager/constants/ERROR.py --- a/VirtualMailManager/constants/ERROR.py Sat Sep 06 03:07:28 2008 +0000 +++ b/VirtualMailManager/constants/ERROR.py Mon Sep 08 05:30:17 2008 +0000 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- # Copyright 2007-2008 VEB IT # See COPYING for distribution information. @@ -41,7 +40,11 @@ NO_SUCH_BINARY = 54 NO_SUCH_DIRECTORY = 55 NO_SUCH_DOMAIN = 56 -TRANSPORT_INIT = 57 -UNKNOWN_MAILLOCATION_ID = 58 -UNKNOWN_SERVICE = 59 -UNKNOWN_TRANSPORT_ID = 60 +NO_SUCH_RELOCATED = 57 +RELOCATED_ADDR_DEST_IDENTICAL = 58 +RELOCATED_EXISTS = 59 +RELOCATED_MISSING_DEST = 60 +TRANSPORT_INIT = 61 +UNKNOWN_MAILLOCATION_ID = 62 +UNKNOWN_SERVICE = 63 +UNKNOWN_TRANSPORT_ID = 64