Re: smtp proxy to external smtp server
[email protected] (Mike Korizek)
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
On 05/17/2011 04:24 PM, Matt Sergeant wrote: > It can be done, but you'll need to customise the smtp-forward plugin > yourself to do it. I checked the transaction object, I could not find a handle to the message. How can I achieve the following: An email shall be signed and then put back to the queue. Before signing the email I parse it with a MIME::Parser, but how can I put the new email back to the queue? Thanks for any hint. Mike