> -----Original Message----- > From: Eric Emerson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 21, 2004 8:46 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [Mimedefang] How to un-quarantine a message > > > Hi, > If this answer is in the archive please feel free to slap me > with the url, cause I cannot seem to find it.
>From the FAQ http://www.mimedefang.org/node.php?id=32 How do I unquarantine a message? Last updated by dfs on Monday, 2003/04/28 - 15:15 If you have quarantined a message using action_quarantine_entire_message, you can unquarantine it as follows: Change into the quarantine directory. As root, type: sendmail -oi -Am -f `cat SENDER` `cat RECIPIENTS` < ENTIRE_MESSAGE (all on one line, and watch the quotes: They are `left-leaning`, not 'right-leaning') If you'd rather not send the message to its original recipients, but to someone else, replace the `cat RECIPIENTS` with the address you want to receive the unquarantined mail. If you have only quarantined portions of the message, you're probably out of luck. The contrib/fang.pl script might help you recover some of the message. John _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

