[Mimedefang] HTML ok?

Jason Gurtz jason at jasongurtz.com
Thu Sep 9 15:43:13 EDT 2004


On 9/9/2004 05:58, Jan Pieter Cornet wrote:

> Anyway, the fix is to somehow make the call to
> "remove_redundant_html_parts", that is currently in your sub filter_end,
> optional.
> 
> Something along the lines of:
> 
>     unless ( user_allowed_to_send_html($Sender) 
> 	or html_allowed_in_message($entity) )
>     {
> 	remove_redundant_html_parts($entity);
>     }
>     ...

Perhaps there would be a way to import "whitelist_from" entries into
user_allowed_to_send_html()?  Or maybe that wouldn't be granular enough?
 The advantage would be only one list of "good senders" to maintain.

Cheers,

~Jason

-- 



More information about the MIMEDefang mailing list