views:

36

answers:

1

I am working on an application that quarantines and routes email. Let's say in this application that I have an email message in a directory of my choosing and it has been scanned by our software and is considered "clean". How do I inject this message back into Postfix?

+2  A: 

Maybe you simply use sendmail ?

Alex
That's a possibility. I neglected to mention that I'm using Ruby, so I also might use Tmail to read the message and Net::SMTP to connect to Postfix for delivery.
Chip Castle