Re: smtp proxy to external smtp server
[email protected] (Matt Sergeant)
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
What do you mean by "signed"? Do you mean like adding a banner to the text parts of the email? If so, that's a really hard problem (I mean it's doable in simple situations, but breaks very very easily). Mike Korizek wrote: > 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 > >