If most of the users do not want to receive a spam report, but some users or some domains wish to have it sent, I have used a following cronjob to have reports sent to specific users:
/etc/cron.daily/custom-spam-report
#!/bin/sh
/usr/bin/pmgqm status -timespan week | awk 'NR>1 {print...