X-Git-Url: https://git.hcoop.net/hcoop/portal.git/blobdiff_plain/5da9f4a91ea8e648812be0ca1afaeace2ba0423c..d32840d72628c2d410d69685b8525cf9fddc3e38:/domain.sml diff --git a/domain.sml b/domain.sml index cec1eb6..4a7cc87 100644 --- a/domain.sml +++ b/domain.sml @@ -5,7 +5,6 @@ structure Domain = Request(struct val template = "domain" val descr = "domain" fun body (mail, dom) = - (Mail.mwrite (mail, "Domain: "); - Mail.mwrite (mail, dom); + (Mail.mwrite (mail, dom); Mail.mwrite (mail, "\n")) end)