[Mimedefang] HTML stripped from email

Cormack, Ken kcormack at acs.roadway.com
Fri Jul 18 20:57:01 EDT 2003


Try commenting out the following lines in mimedefang-filter, to disable HTML
defanging (such as the deactivation of "img src=" tags.

    # Clean up HTML if Anomy::HTMLCleaner is installed.
#    if ($Features{"HTMLCleaner"}) {
#       if ($type eq "text/html" || $type eq "text/plain") {
#           return anomy_clean_html($entity);
#       }
#    }

Ken

-----Original Message-----
From: James Miller [mailto:jimm at simutronics.com]
Sent: Friday, July 18, 2003 1:53 PM
To: mimedefang at lists.roaringpenguin.com
Cc: spamassassin-talk at lists.sourceforge.net
Subject: RE: [Mimedefang] HTML stripped from email


I'm having a similar problem and I'm still unclear how to completely disable
HTML defanging in a message.  I have set 'defang_mime 0' in
/etc/mail/spamassassin/sa-mimedefang.cf (for mimedefang) and
/usr/share/spamassassin/10_misc.cf report_safe 0.  What am I missing to
completely disable HTML defanging?


Jim


-----Original Message-----
From: mimedefang-admin at lists.roaringpenguin.com
[mailto:mimedefang-admin at lists.roaringpenguin.com]On Behalf Of Cormack,
Ken
Sent: Friday, July 18, 2003 7:43 AM
To: 'mimedefang at lists.roaringpenguin.com'
Subject: RE: [Mimedefang] HTML stripped from email


As you described, is the way it works for me.  For example, I get my "Daily
Dilbert" cartoon in my inbox each day.  All <img src=...> tags are defanged
and I dont see the actual cartoon, but HTML declarations that can be
rendered without the resources of an external web server, such as background
color, and all text, remain intact.

I assume the reason for this kind of behavior is to eliminate "beacons".  If
a spammer includes a reference to a resource on his web server, and can
match up your email address with an entry in his web server logs, then
you've just confirmed for the spammer that your email address is valid.

By defanging HTML <img src=...> tags, your client wont query his web server
by simply viewing your mail.

Ken

-----Original Message-----
From: Troy R. LeBouef [mailto:troy at lebouef.com]
Sent: Friday, July 18, 2003 8:35 AM
To: mimedefang at lists.roaringpenguin.com
Subject: RE: [Mimedefang] HTML stripped from email


The HTML::Parser module should it parse the HTML and reconstruct it or pull
the graphics out of the email and leave you with text. Is this the proper
operation of module ?  Say for instence a news letter that has html graphs
in it, well the graphs are stripped out and you only have the text. Is this
the way it should work ? and if so why ??
 
Thanks is advance .... Just trying to check on the proper operation of the
system, any thoughts ??

	-----Original Message----- 
	From: Troy R. LeBouef 
	Sent: Thu 7/17/2003 6:11 PM 
	To: mimedefang at lists.roaringpenguin.com 
	Cc: 
	Subject: RE: [Mimedefang] HTML stripped from email
	
	

	I think its the HTML::Parser module ??
	
	        -----Original Message-----
	        From: Troy R. LeBouef
	        Sent: Thu 7/17/2003 5:47 PM
	        To: mimedefang at lists.roaringpenguin.com
	        Cc:
	        Subject: [Mimedefang] HTML stripped from email
	       
	       
	
	        I have modified the original mimedefang-filter and remarked
out remove_redundent_html_parts in the filter.
	        I can't receive any html mail. I receive the mail and all of
the HTML is stripped out. Is there an easy fix for this being that I wish to
receive HTML text.
	       
	                What can I do to fix this any help would be most
appreciated. Thanks in advance.
	       
	       
	
	

_______________________________________________
MIMEDefang mailing list
MIMEDefang at lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


_______________________________________________
MIMEDefang mailing list
MIMEDefang at lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang



More information about the MIMEDefang mailing list