[Mimedefang] Anomy HTMLCleaner with mimedefang

Nate Carlson natecars at real-time.com
Wed Jun 5 15:49:14 EDT 2002


On Wed, 5 Jun 2002, Rich West wrote:
> This is just noise from Anomy.. it's come up on this list a couple of
> times, too.  The noise is when the MIME part of the message says there
> is an html part, but the html part is empty..
>
> So, Anomy is doing subsitutions against an empty variable..  hence, the
> warnings.  They can safey be ignored.

hmmm.. would:

         if ($Features{"HTMLCleaner"}) {
                 if (($type eq "text/html") && ($entity ne "")) {
                             return anomy_clean_html($entity);
                 }
         }

take care of this? or is there something else in $entity besides the body
of the mime message?

-- 
Nate Carlson <natecars at real-time.com>   | Phone : (952)943-8700
http://www.real-time.com                | Fax   : (952)943-8500






More information about the MIMEDefang mailing list