X-Git-Url: http://git.hcoop.net/clinton/domtool2.git/blobdiff_plain/2882ee37fded46346977da456ae793f3e6a3bfac..d5754b53e4f119674b9d8a0bdf40bf92f6007d12:/lib/alias.dtl diff --git a/lib/alias.dtl b/lib/alias.dtl index b7ccae4..8fe2246 100644 --- a/lib/alias.dtl +++ b/lib/alias.dtl @@ -32,7 +32,7 @@ extern val aliasPrim : aliasSource -> aliasTarget -> [Domain] {MailNodes: [node] {{Request redirection of all mail from the source to the target, specifying on which nodes this redirection should be applied.}} -val alias = \user -> \email -> aliasPrim (userSource user) (addressTarget email); +val emailAlias = \user -> \email -> aliasPrim (userSource user) (addressTarget email); {{Redirect mail for the user at the current domain to the e-mail address.}} val aliasMulti = \user -> \emails -> aliasPrim (userSource user) (addressesTarget emails); {{Redirect mail for the user at the current domain to all of the e-mail