[Mimedefang] action_quarantine good messages

Scott Ostrander scotto at printronix.com
Mon Feb 2 17:37:11 EST 2004


Thoughts on how to do this.

We filter with MD before sending to Exchange.
Our Exchange server went south again and lost 1 day of mail.
(Accepting but not keeping the mail)

Management wants me to "Quarantine" good messages for three days.

I know how to quarantine all messages with 
	action_quarantine_entire_message();
 
I also know how to quarantine "bad spam" messages 
	if ($hits > 12) 
             action_quarantine_entire_message("$report\n");
                      
But how to quarantine "good" messages to one area and
"bad" messages to a different MD-Quarantine area?

Scott 



More information about the MIMEDefang mailing list