def plugin_report(self, msg):
        """Report the digest to pyzor as spam."""
        super(PyzorPlugin, self).plugin_report(msg)
        self._pyzor_report(msg, True)