Chris Masters wrote: > The mimedefang-filter filter function was only called > once for the main body text/plain part, however a > secondary commercial email virus scanner layer picked > up the virus in 'MIME part 2'. The email was 50kB in > size.
filter() should be called once for *each* MIME part. In addition, newer versions of MIMEDefang let you pass the original MIME message as one big file to the virus-scanner for extra protection -- in case there is a weird MIME issue, you let both MIME::Tools and the virus scanner's parser have a crack at it. Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

