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 
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to