I am in filter_begin can I not call it in there either? OK I used to have send_quarantine_notifications in my filter_end (pre 2.40) now in 2.40 I do not get any notifications. So I moved the send_quarantine_notifications to filter_begin and added the action_quarantine_entire_message () and it has no virus details tagged on the bottom. If I add a $message to the action_quarantine_entire_message I get a Mimedefang notification and no mimedefang quarantine report.
I am seriously considering going back to 2.39 as it worked just how I liked it, I just thought the fact that 2.40 will use multiple virus scanners would be advantageous. Regards Julia McWhirter IT Manager -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David F. Skoll Sent: Tuesday, March 16, 2004 2:20 PM To: [EMAIL PROTECTED] Subject: Re: [Mimedefang] action_quarantine problem. On Tue, 16 Mar 2004, McWhirter,Julia wrote: > Mar 16 12:51:13 extdns mimedefang.pl[7774]: [ID 702911 mail.warning] > action_quarantine called outside of filter context You can't call action_quarantine in filter_end. Use action_quarantine_entire_message instead. -- David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

