Lähettäjä: Jeremy Harris Päiväys: Vastaanottaja: exim-users Aihe: Re: [exim] redirect routers, and autoreplies
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.