Kevin A. McGrail wrote: > (echo "From `cat SENDER | tr -d '<>'` `date`"; cat ENTIRE_MESSAGE) > > message.mbox && mutt -f message.mbox
That works nicely if you've had the foresight to use action_quarantine_entire_message(). If you've only used action_quarantine() to quarantine individual parts, the task is much harder. In general, you can't reconstruct the original message just from the quarantined parts. Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

