[Mimedefang] (no subject)

David F. Skoll dfs at roaringpenguin.com
Tue Aug 12 09:32:00 EDT 2003


On Tue, 12 Aug 2003 james.davis at acis.com.au wrote:

> I've found that the MiMail virus that is going around (inside a
> message.zip file) is not picked up by Mimedefang!

Nor should it be, unless your virus scanner catches it.  MIMEDefang,
by default, does not block .zip files.

> Can anyone help?  Any idea if updating to the latest version will fix this?

Put this in filter:

	if (lc($fname) eq "message.zip") {
		return action_bounce("No viruses needed here");
	}

--
David.



More information about the MIMEDefang mailing list