VirtualMailManager/catchall.py
branchv0.6.x
changeset 513 557c4703986c
parent 509 1a9247e9763f
child 608 0ed93eb8b364
--- a/VirtualMailManager/catchall.py	Tue Apr 10 00:50:55 2012 +0200
+++ b/VirtualMailManager/catchall.py	Tue Apr 10 01:08:25 2012 +0200
@@ -42,7 +42,7 @@
         self._gid = get_gid(self._dbh, self.domain)
         if not self._gid:
             raise AErr(_(u"The domain '%s' does not exist.") %
-                       self._addr.domainname, NO_SUCH_DOMAIN)
+                       self.domain, NO_SUCH_DOMAIN)
         self._dests = []
 
         self._load_dests()