Zachary Schneider wrote: > I am having trouble coming up with a solution to stop auto replies > from being generated by addresses (aliases) that have been processed > by a redirect router. > > Is there a way to identify whether or not a message has been > redirected within a router that is setup do direct to an autoreply > transport?
Condition on whether $domain == $original_domain, and likewise for $local_part. - Jeremy -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
