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

-- 
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to