[Mimedefang] disable scanning mails with large attachments

Bruhin Gregor gbruhin at vianetworks.ch
Thu Jan 9 03:50:01 EST 2003


Here is some idea for doing this:
http://www.thompsonic.com/util/antispam/mimedefang/script1.html
	
	# Don't run SA against messages bigger than 5M
    	if ((-s "./INPUTMSG") <= (5000 * 1024)) {
	FILTER...
	}
	else {
	NOTING
	}

Greg

-----Message d'origine-----
De : Marcus Schopen [mailto:marcus.schopen at uni-bielefeld.de] 
Envoyé : Mittwoch, 8. Januar 2003 23:38
À : mimedefang at lists.roaringpenguin.com
Objet : [Mimedefang] disable scanning mails with large attachments

Hi, 

is it possible to configure mimedefang not touching mails with
attachments larger than 5MB?

Thanks
Marcus

-- 

Marcus Schopen        (0>
P.O. Box 10 25 25     //\     Deutsche Zope User Group
D-33525 Bielefeld     V_/_                www.dzug.org
_______________________________________________
MIMEDefang mailing list
MIMEDefang at lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang




More information about the MIMEDefang mailing list