On 04/02/15 07:29, Olivier CALVANO wrote:
HiI change my old mail server (mail/Qmail-scanner) to a : postfix/amavisd-new/spamassassin and i am search to know if it's possible: - Specify at Amavis a specific subject tag based on domain name ? sample: if dest is @domain1.com <http://domain1.com> => Tag ******SPAM****** if dest is @domain2.com <http://domain2.com> => Tag [SPAM] - Specify at Amavis a scoring based on domain name ? sample: if dest is @domain1.com <http://domain1.com> => msg with score >7 are deleted if dest is @domain2.com <http://domain2.com> => msg with score >6.5 are deleted
It is easily configurable using storing policy in SQL and querying for any type (email, domain, both, etc).
You can also specify additional configuration options via policy_banks... cheers, J.
