X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/16465a9ab10d41506006aa27499513a42d2b7de6..63ac3b82c1cd33605e62688cd97688a6dae3cb9c:/lib/alias.dtl diff --git a/lib/alias.dtl b/lib/alias.dtl index 113654b..e84d0a7 100644 --- a/lib/alias.dtl +++ b/lib/alias.dtl @@ -13,11 +13,7 @@ extern type aliasSource; extern val userSource : emailUser -> aliasSource; {{The part appear before the "@" in your desired source address}} extern val defaultSource : aliasSource; -{{Matches any mail to this domain that doesn't match any other rule, with the - exception of systemwide usernames like UNIX users.}} -extern val catchAllSource : aliasSource; -{{Matches any mail to this domain that doesn't match any other rule, even - for systemwide usernames.}} +{{Matches any mail to this domain that doesn't match any other rule.}} extern type aliasTarget; {{A place to redirect messages}} @@ -41,5 +37,5 @@ val aliasDrop = \user -> aliasPrim (userSource user) dropTarget; {{Silently delete mail to the user at the current domain.}} val defaultAlias = \email -> aliasPrim defaultSource (addressTarget email); -{{When a message to the current domain doesn't match any other alias, send it to +{{When a message to the current domain doesn't match any other rule, send it to this e-mail address.}}