Jack Bates: > Can a "milter" split one message with multiple RCPT into multiple > messages, each with one RCPT and different return addresses?
It would have to submit another copy of the message into Postfix via the SMTP port or via the Postfix sendmail command line. > I started writing a milter to rewrite the envelope from and the From: > header such that messages to each different RCPT have different return > addresses This is what Postfix VERP support already does. > Works for messages with one RCPT, but to handle messages with multiple > RCPT, I need to transform it to multiple messages, so they can each have > different return addresses Yup, this is what Postfix VERP support already does. Wietse > Is there a better forum for discussing milter development? > > Thanks! Jack > >