[Exim] Re:TNEF Problems

Top Page
Delete this message
Reply to this message
Author: R.B. (Rick)
Date:  
To: Exim users list
Subject: [Exim] Re:TNEF Problems
what would be guys the exact ACL syntax to avoid scanning TNEF messages?
This what i have:
deny  message = This message contains malware ($malware_name)
         log_message = MALWARE ($malware_name)
        malware = *
and i add this?


!demime=dat

99% of my TNEF messages contains .dat files.

What do you think?


At 10.14 19/02/2004, Tom Kistner wrote:
>OK, I just checked on a RH9 box and it does NOT crash :(.
>
>Is anyone here able to run strace on his box? Use one of the leftover
>.eml files, and this shell script (test.sh):
>
>----------------------------------
>#!/bin/sh
>echo "helo me"
>sleep 1
>echo "mail from:<someone@???>"
>sleep 1
>echo "rcpt to:<address@???>"
>sleep 1
>echo "data"
>sleep 1
>cat $1
>echo
>echo "."
>echo "quit"
>-----------------------------------
>
>Then run it like this:
>
>./test.sh emlfile.eml | strace -f exim -bs -d
>
>And send me the output. Maybe there will be something meaningful in there...
>
>/tom
>
>
>--
>
>## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
>details at http://www.exim.org/ ##