Re: Encapsulate incomming bounce mail

2017-03-07 Thread Dirk Stöcker
On Sat, 4 Mar 2017, Viktor Dukhovni wrote: This is much too complex. To attach email message to another message, just pipe it through the shell script below my signature. This can be used as part of a pipe(8) transport with the output submitted via sendmail(1) for delivery. Thanks a lot. Tha

Re: Encapsulate incomming bounce mail

2017-03-05 Thread Dominic Raferd
On 4 March 2017 at 17:55, Viktor Dukhovni wrote: > >> On Mar 4, 2017, at 9:56 AM, Dominic Raferd wrote: >> >> I have a similar situation. I wrote a script which spots the relevant >> bounce message in the mail log, from this it extracts the queue-id and >> uses this to identify the copy of the or

Re: Encapsulate incomming bounce mail

2017-03-04 Thread Viktor Dukhovni
> On Mar 4, 2017, at 9:56 AM, Dominic Raferd wrote: > > I have a similar situation. I wrote a script which spots the relevant > bounce message in the mail log, from this it extracts the queue-id and > uses this to identify the copy of the original email saved in the > temporary local mailbox (wh

Re: Encapsulate incomming bounce mail

2017-03-04 Thread Dominic Raferd
On 4 March 2017 at 13:53, Dirk Stöcker wrote: > On Tue, 28 Feb 2017, Noel Jones wrote: > >>> in one project I'm sending a bunch of status mails to a number of >>> different recepients. From time some of them cannot be delivered >>> (address changes, server misconfigurations, employment changes, ..

Re: Encapsulate incomming bounce mail

2017-03-04 Thread Dirk Stöcker
On Tue, 28 Feb 2017, Noel Jones wrote: in one project I'm sending a bunch of status mails to a number of different recepients. From time some of them cannot be delivered (address changes, server misconfigurations, employment changes, ...). The bounces from the mail come back to my mail server a

Re: Encapsulate incomming bounce mail

2017-02-28 Thread Noel Jones
On 2/28/2017 1:47 PM, Dirk Stöcker wrote: > Hello, > > in one project I'm sending a bunch of status mails to a number of > different recepients. From time some of them cannot be delivered > (address changes, server misconfigurations, employment changes, ...). > > The bounces from the mail come ba