In message <[EMAIL PROTECTED]>, "Mr. 
James W. Laferriere" writes:
>
>       Hello All ,
>
>On Fri, 19 Sep 2003, Brian Bruns wrote:
>> These are exim filters which catch the damn thing when the antivirus
>> software misses it.  Hopefully it might be useful.  It was taken from
>> http://pkierski.republika.pl/filtry.shtml.
>...snipped nice exim filters...
>       Is there an example of a procmail filter for this bugger ?
>               Tia ,  JimL

Here's what I use to eliminate trash on my personal incoming mail.  (I 
run NetBSD; I'm not likely to find .exe's useful...)


MIMEINFO=`/usr/pkg/bin/reformime -i`
:0
* MIMEINFO ?? 
^content-name:.+[~.](asd|bat|chm|cmd|com|dll|exe|hlp|hta|js|jse|lnk|ocx|pif|scr|shb|shm|shs|vb|vbe|vbs|vbx|vxd|wsf|wsh)$
/dev/null 

No warranties, expressed or implied.


                --Steve Bellovin, http://www.research.att.com/~smb


Reply via email to