X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/e34e1f36399dbe91d9bc52ec0313333dede3c7ad..3bf720f753c0a50e6c5f753a9a786d68fa15af93:/src/main.sml?ds=sidebyside diff --git a/src/main.sml b/src/main.sml index d57b867..8bec641 100644 --- a/src/main.sml +++ b/src/main.sml @@ -1361,7 +1361,8 @@ fun service () = SOME "Invalid password; may only contain printable, non-space characters") else if not (Domain.yourPath mailbox) then ("User wasn't authorized to add a mailbox at " ^ mailbox, - SOME "You're not authorized to use that mailbox location.") + SOME ("You're not authorized to use that mailbox location. (" + ^ mailbox ^ ")")) else case Vmail.add {requester = user, domain = domain, user = emailUser,