|
Save the teapot fund New CSS web design for Wibble proudly provided by Kelv. Please contact the webmaster with any questions or concerns. |
Wibble > List archives > postfix > 2004 > September [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: body-check false attachement rejects, what trips it ?
> 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
|