On Tue, 16 Oct 2012 22:59:51 +0100 "Jon Rowlan" <[email protected]> wrote:
> By dumping them directly into Outlook express (drag/drop) I get a > pretty good rendering but there are some anomalies with the text. Just don't go there. Outlook will completely mangle your mail beyond recognition. You need the original RFC-822 format message and the original envelope senders. Those are only available if you use action_quarantine_entire_message(). > how would I then re-queue the email? You would use UNIX tools like sed, awk and grep to extract the sender and recipient list and then use something like: sendmail -odi -f$SENDER $RECIPIENTS < ENTIRE_MESSAGE Regards, David. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

