On 2012-10-17 at 16:32 +0200, Luca Bertoncello wrote: > Now, in this case, an E-Mail directed to c@mydomain will be delivered to > x@mydomain (duplicated, due to the entry in a@mydomain and b@mydomain), > y@mydomain, z@dmydomain, k@mydomain and w@mydomain. > > Is it possible to avoid the duplicated E-Mail to x@mydomain?
Are you sure it's duplicated? If it's the same message being routed, then that should be suppressed. If it's _separately_ sent to a@ and b@ then this can happen, but that's because you then sent two messages. Or, it could be you're looking with -bt and being thrown by -bt not quite matching reality. In which case you have my sympathy. ----------------------------8< cut here >8------------------------------ 3.11 Duplicate addresses ------------------------ Once routing is complete, Exim scans the addresses that are assigned to local and remote transports, and discards any duplicates that it finds. During this check, local parts are treated as case-sensitive. This happens only when actually delivering a message; when testing routers with -bt, all the routed addresses are shown. ----------------------------8< cut here >8------------------------------ -Phil -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
