VirtualMailManager/handler.py
branchv0.6.x
changeset 373 1016a17684c1
parent 372 ef99be5b7ec0
child 375 4cbaf8d229f9
--- a/VirtualMailManager/handler.py	Mon Jan 17 19:44:36 2011 +0000
+++ b/VirtualMailManager/handler.py	Mon Jan 17 20:19:14 2011 +0000
@@ -711,8 +711,12 @@
         already a relocated user with the given *emailaddress*, only the
         *targetaddress* for the relocated user will be updated."""
         relocated = self._get_relocated(emailaddress)
-        relocated.set_destination(DestinationEmailAddress(targetaddress,
-                                                          self._dbh))
+        destination = DestinationEmailAddress(targetaddress, self._dbh)
+        relocated.set_destination(destination)
+        if destination.gid and \
+           not self._chk_other_address_types(destination, TYPE_RELOCATED):
+            self._warnings.append(_(u"The destination account/alias '%s' "
+                                    u"doesn't exist.") % destination)
 
     def relocated_info(self, emailaddress):
         """Returns the target address of the relocated user with the given