On Tue, 2021-08-17 at 18:03 +0200, David Bürgin wrote:
> In your experience, what is a good ‘certain spam’ threshold? By that I
> mean the score above which messages are virtually always spam, no
> false positives.
> 
I pushed it one notch, to 6.0, but:
 
(a) I've accumulated a fair collection of private rules which are
    specific to my mail stream

(b) I have a private mail archive, stored in a PostgreSQL database,
    and an SA plugin which whitelists any sender who is recorded in my
    archive as somebody that I've previously sent mail to.

(c) Spam is quarantined as it arrives.
    Ham is delivered via Postfix + Dovecot and also queued for archiving

(d) spam gets quarantined for 7 days before being discarded

(e) An overnight cronjob loads ham thats queued for archiving into the
    mail archive. It also expires & deletes week-old quarentined spam,
    and I added a report to logwatch that lists new spam, so I know its
    arrived and can be retrieved from quarentine if I decide I should
    see it.

I've listed these steps and associated conditions in case any are useful
to you. This has all been up and running since 2007, so its tolerably
well tested.


Martin


Reply via email to