Re: Re-inject mail after transport

2015-01-28 Thread Noel Jones
On 1/28/2015 8:39 AM, List wrote: > I would like to transport messages for a specific address to a > python application to do a few things then push the message back to > postfix for delivery to their maildir. I am wondering what is the > best way to put that message back into postfix without it l

Re: Re-inject mail after transport

2015-01-28 Thread Wietse Venema
List: > I would like to transport messages for a specific address to a python > application to do a few things then push the message back to postfix for > delivery to their maildir. I am wondering what is the best way to put > that message back into postfix without it looping back through the

Re-inject mail after transport

2015-01-28 Thread List
I would like to transport messages for a specific address to a python application to do a few things then push the message back to postfix for delivery to their maildir. I am wondering what is the best way to put that message back into postfix without it looping back through the transport?