Hello Thomas, thanks for the response.

I mainly need this for bounce of bad email address to redirect. I know the
reply-to field is populated with the correct email address from the
developers script.

The from address is noreply because if I put in the real FROM address ex:
[email protected] would be on another clients server hosting the domain, the
messages get rejected because the server it's coming from ex:
sender.comdoesn't host or match the domain when it does a call-back.

Thanks, Jack

On Sat, Sep 22, 2012 at 11:54 PM, Thomas Hochstein <[email protected]> wrote:

> "Jack Bryant (beachcitiespc.com)" wrote:
>
> > We have the server sending out mail as [email protected]
> >
> > When get a bounce or bad email address I would like to redirect this to
> the
> > (reply-to) field that has the correct senders email address.
>
> You send out mail from <[email protected]> with a reply-to header of
> (for example) <[email protected]>; you get a bounce message (DSN) to
> <[email protected]> and want to send it on to <[email protected]>. Is
> that correct?
>
> > What's the best way to achieve this? PIPE script or FILTER?
>
> Your main problem will be to figure out what address to redirect to, I
> think. A bounce *may* contain the original message, so you can parse
> it and extract the reply-to header, but that's not a given (and there
> is no standard format for bounce messages).
>
> *Why* do you send out messages from [email protected] in the first
> place?
>
> -thh
>
> --
> ## 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/
>
-- 
## 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/

Reply via email to