def plugin_revoke(self, msg):
        """Report the digest to pyzor as ham."""
        super(PyzorPlugin, self).plugin_revoke(msg)
        self._pyzor_report(msg, False)