Dear all, Thus wrote Martin Kaiser ([email protected]):
> Do you have a recommendation how to create a copy and ensure that > there's the usual retries when the copy can't be delivered? The recommendation I got was to use a redirect router instead of the system filter. That's what I came up with begin routers ... copyAll: driver = redirect data = [email protected] condition = ${if eq{$authenticated_id}{martin}} unseen = yes ... [routers to handle alias files etc] When I send a mail to [email protected] a copy to [email protected] is created. However, when mails to [email protected] can be delivered but mails to [email protected] can't (temporary problem), the entire mail ends up in the queue. When [email protected] becomes available some time later, the entire mail is re-sent. In other words, [email protected] receives the mail twice. Is there anything I can do to make sure that each address is delivered (and retried) individually? Thanks, Martin -- ## 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/
