@_callback_chain
    def hook_report(self, msg, spam=True, local=True, remote=True):
        """Hook when the message should be reported as spam."""
        for plugin in self.plugins.values():
            plugin.plugin_report(msg)