Re: [exim] Need help with costume filter...

Top Page
Delete this message
Reply to this message
Author: Jack B. (Beach Cities PC)
Date:  
To: Thomas Hochstein
CC: exim-users
Subject: Re: [exim] Need help with costume filter...
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:
joe@??? 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 <exim@???> wrote:

> "Jack Bryant (beachcitiespc.com)" wrote:
>
> > We have the server sending out mail as noreply@???
> >
> > 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 <noreply@???> with a reply-to header of
> (for example) <john@???>; you get a bounce message (DSN) to
> <noreply@???> and want to send it on to <john@???>. 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 noreply@??? 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/
>