Updates to Exim
[hcoop/config/exim.git] / conf.d / router / 450_exim4-config_hosted_aliases
index 630a494..21796e3 100644 (file)
@@ -1,12 +1,4 @@
 
-### router/420_exim4-config_hosted_aliases
-#################################
-
-# This router handles the local part in a case-insensitive way which
-# satisfies the RFCs requirement that postmaster be reachable regardless
-# of case. If you decide to handle /etc/aliases in a caseful way, you
-# need to make arrangements for a caseless postmaster.
-
 # hcoop-change: Custom rule that looks up the local_part and domain
 # in /etc/aliases.hosted.
 
@@ -16,7 +8,7 @@ hosted_aliases:
   domains = +local_domains
   allow_fail
   allow_defer
-  data = ${lookup{$local_part@$domain}lsearch*@{/etc/aliases.hosted}}
+  data = ${lookup{$local_part@$domain}lsearch{/etc/aliases.hosted}}
   .ifdef SYSTEM_ALIASES_USER
   user = SYSTEM_ALIASES_USER
   .endif