[Mimedefang] Weird quarantines

David F. Skoll dfs at roaringpenguin.com
Wed May 8 10:49:15 EDT 2002


On Wed, 8 May 2002 10:19:01 -0400 (EDT) Ben Hockenhull
<benh at blues.jpj.net> wrote:

> I've recently installed MIMEDefang and am using a slightly modified
> versionof the example filter at this time. I'm seeing some strange
> quarantines, where an entire message is quarantined.

Most likely, this is due to an ".eml" extension.  But if you
really want to diagnose the filter, add a "syslog" call.

For example:

if (blahblahblah) {
   syslog('warning', 'Quarantining message because of blahblahblah');
   action_quarantine_entire_message("foo");
}

I will probably remove .eml from the list of bad extensions.

--
David.




More information about the MIMEDefang mailing list