>My virus scanner (amavis/mcafee) picked up a couple that got past postfix: > >Kate Campbell - Corn in a box.mp3.exe >Mom - ginette fortier 2001.doc.exe
well, my standard regex includes: /^.*name\=\".*\..*\.(pif|shs|shb|ini|cmd|do|hta|reg|net|com|vbs|scr|dll|lnk|hta|vbe|js|jse|bat|vxd|shm)\"$/ REJECT header_11 so that should catch: anything.anything.(pif|shs|shb|ini|cmd|do|hta|reg|net|com|vbs|scr|dll|lnk|hta|vbe|js|jse|bat|vxd|shm) Len
