<div dir="ltr">are you sure that extension is working for RT 4.4?<div><br></div><div>Thanks</div></div><br><div class="gmail_quote"><div dir="ltr">El vie., 3 jun. 2016 a las 10:43, Emmanuel Lacour (<<a href="mailto:elacour@easter-eggs.com">elacour@easter-eggs.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 03/06/2016 à 15:25, Andrea Caputto a écrit :<br>
> Hello Emmanuel  thanks for your comment, it is right if i put :<br>
><br>
>  Set($RT::Extension::PermissiveHTML, '1');<br>
><br>
<br>
Install the extension and follow the configuration doc. Here I had:<br>
<br>
Plugin('RT::Extension::PermissiveHTMLMail');<br>
Set($MaxInlineBody, 1000000);<br>
Set($ShowTransactionImages, 1); # (default)<br>
<br>
<br>
and the file:<br>
<br>
$ cat rt/local/lib/RT/Interface/Web_Local.pm<br>
package HTML::Mason::Commands;<br>
<br>
# Show inline data images (mostly for Ctrl+v in richtext editor)<br>
$SCRUBBER_RULES{'img'}->{'src'} .= "|".qr/^data:/i if<br>
RT->Config->Get('ShowTransactionImages');<br>
<br>
1;<br>
<br>
<br>
<br>
thought I prefer now the patch I submited in the ticket.<br>
</blockquote></div><div dir="ltr">-- <br></div><div data-smartmail="gmail_signature"><div dir="ltr">Andrea Caputto</div></div>