1

Topic: Quarantine spam with the the threshold, remove spam with a high score

I use the standard settings in iRedAdmin Pro to quarantine mails with a score higher than (for example 3).

But I would like to have an extra setting to automatically remove spam with a score higher than, for example, 6.

Am I able to change / add settings in amavisd.conf for this?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Quarantine spam with the the threshold, remove spam with a high score

Update the score of spam_kill_level in sql table "amavisd.policy".

3

Re: Quarantine spam with the the threshold, remove spam with a high score

Ok, that is now my standard setting (2.7) does it make sense if I change that to, for example, 7, that it will remove all spam with a score of 7 or higher?

It now quarantaines 2.7 or higher.

4

Re: Quarantine spam with the the threshold, remove spam with a high score

To discard and not quarantine, you may need to set spam_quarantine_cutoff_level=7 instead.

5

Re: Quarantine spam with the the threshold, remove spam with a high score

Thanks, this was indeed the setting I was looking for!