X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/8c142ff5a8d781a44261c1ca2f15f0e13a9d2e88..421df4d714870f2aa1f54944c29884730973d098:/lib/alias.dtl diff --git a/lib/alias.dtl b/lib/alias.dtl index 10f7dde..6e0a3ff 100644 --- a/lib/alias.dtl +++ b/lib/alias.dtl @@ -41,8 +41,8 @@ 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, and it - doesn't match any systemwide username, send it to this e-mail address.}} +{{When a message to the current domain doesn't match any other alias and isn't a + UNIX username, send it to this e-mail address.}} val catchAllAlias = \email -> aliasPrim catchAllSource (addressTarget email); -{{When a message to the current domain doesn't match any other alias, send it - to this e-mail address, even if it matches a systemwide username.}} +{{When a message to the current domain doesn't match any other alias, send it to + this e-mail address.}}