On Mon, Jun 17, 2002 at 09:44:54AM -0400, Wil McGilvery wrote:
> I have been testing out this program and I like it a lot, but I have 2
> issues I hope to get help with.
>
> 1) Images in html emails are being defanged. I have allowed
> Webbugs
> Html scripting
> Unnamed files
>
> Images are still defanged.
The only solution I've seen was posted here a while ago:
"Casey Dinsmore" <48502@xyz.molar.is> wrote:
>You can hack it manually by editing your ~/anomy/bin/Anomy/HTMLCleaner.pm
>file.
>
>Around line 411 you will see:
>
>"src" => "src",
>
>
>IF you change this to:
>
>"src" => 1,
>
>the defanging of inline images will be removed.
Graham