mhonarc-users

img src is rewritten as NULL

2015-05-09 21:43:35
I need to preserve single emails as close as possible to how they are in the
original email in the mbox. 

 

I have successfully used mhonarc to create some messages correctly with
images but in other messages the HTML img src is rewritten as null:

 

<a href="http://www.domain.com/page.html";><img
src="http://www.domain.com/img.jpg"/></a>

Is changed to:

<a href="http://www.domain.com/page.html";><img src=" "/></a>

 

I have searched the archives and found that I need to use the
"m2h_text_html::filter" with "allownoncidurls".  I have done a bit in perl
but I am far from an expert. WHERE do I use/put/reference the
"allownoncidurls" argument? 

 

Thanks in advance. 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

<Prev in Thread] Current Thread [Next in Thread>
  • img src is rewritten as NULL, Lloyd Stevens <=