Hello,
I the outFilter method of a plugin raises an exception, no text is sent.
I think the exception should be logged, but the message should be sent, even if it is not processed by the buggy outFilter.
But, some plugins may provide security enhancements, so their outFilter should never be ignored, so I propose to add an attribute to the Plugin class (which defaults to True), called allowIgnoreOutFilterIfError (or something like that).
Regards,
ProgVal