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