Search results

  1. C

    [TUTORIAL] Spam reports per domain or per user

    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...
  2. C

    [SOLVED] How to add SpamAssassin score for encrypted xls files

    Hi! I am using a clustered Mail Gateway 7.1-1. We have several users in different domains and can not block all encrypted Office documents by default, but currently lots of spam get through the gateway without getting a spam tag. They have an xls attachment with a password. What steps would be...