From: AM-IT (Zoltán)
Date: Wed Sep 01 2004 - 07:48:31 EDT
> Don't use body_checks, use mime_header_checks
...or use header_checks. I use this on my mailgateway:
/^Content-(Disposition|Type): .*\.(ade|adp|bas|bat|chm|cmd|com|cpl|crt|exe|hta|i
nf|ins|isp|js|jse|mde|mdz|msi|msp|mst|pcd|pif|reg|scr|sct|shs|vb|vba|vbe|vbs|wsc
|wsf|wsh).*/ REJECT Unauthorized attachment
/^Content-(Disposition|Type): .*\.(aif|aifc|aiff|asf|asx|avi|asf|ivf|mov|mp3|m3u
|mpg|mpeg|mpe|mlv|mp2|mpv2|mp2v|vm|vmx|vmp|wma|wax|wmv|wvx).*/ REJECT Unauthorized multimedia attachement
|
|
|