@_callback_chain
    def _hook_check_start(self):
        """Hook before the message is checked."""
        for plugin in self.ctxt.plugins.values():
            plugin.check_start(self)