Hi, is it possible to enable the spam report just for selected domains?
currently this is not directly possible
However if the users who don't want to receive the report get mail in their quarantine - how would they access it?
(only users who received mail into the quarantine will receive a report)
one workaround would be to only put mails into quarantine for those users who wish to receive the reports and for the others:
* either modify the subject (so that it indicates that it is spam) - then the users can sort the mails out in their clients (or on the downstream server) and accept the mail
* or block the mail
You can send a report to a individual mail-address (see `man pmgqm`) - the service which sends out the daily reports is called `pmgspamreport.service` (the schedule is configured via `pmgspamreport.timer`) - you can create a service which reads all e-mail addresses for those users who wish to receive the service (individual email-addresses) and sends the report via `pmgqm send --timespan yesterday --receiver $address`
I hope this helps!