apache: improved fastScriptAlias
[hcoop/domtool2.git] / lib / alias.dtl
index e84d0a7..d7fb703 100644 (file)
@@ -39,3 +39,5 @@ val aliasDrop = \user -> aliasPrim (userSource user) dropTarget;
 val defaultAlias = \email -> aliasPrim defaultSource (addressTarget email);
 {{When a message to the current domain doesn't match any other rule, send it to
   this e-mail address.}}
+val defaultAliasDrop = aliasPrim defaultSource dropTarget;
+{{Silently drop all mail not matching a specific rule.}}