Hello,
I'm using Sanitizer rev 1.49. and have some problems with HTML code
cleaning:
File HTMLCleaner.pm has these tags:
my $know_tags
"img"=>
{"src" => "src"}
....
When I send HTML mail with code:
<P><IMG src="http://bla bla"></P>
After Sanitizer I get:
<P><IMG DEFANGED_src="http://bla bla"></P>
Maybe you know why?
Valentas