auto: daily config snapshot

This commit is contained in:
James 2026-02-25 02:00:01 +01:00
parent 1252039c96
commit d7ecd7a6e2
1 changed files with 19 additions and 1 deletions

View File

@ -83,7 +83,7 @@ default = true
"47.197.93.62" = true
[spam-filter.score]
spam = 5.0
spam = 8.0
discard = 0
reject = 0
@ -121,3 +121,21 @@ scope = "ip"
lookup = "b.barracudacentral.org"
tag = "RBL_BARRACUDA"
score = 5.0
# Trusted senders — bypass Bayes spam scoring (TRUSTED_DOMAIN = -7.0)
# Added 2026-02-24: squareup.com (Health Link invoices via Square/Amazon SES)
[lookup.trusted-domains]
"squareup.com" = ""
"messaging.squareup.com" = ""
"amazonses.com" = ""
[spam-filter.bayes]
enable = false
enable = false
# DMARC+DKIM pass = guaranteed inbox — score so low it can never be stamped as spam
# Replaces defaults: DMARC_POLICY_ALLOW=-0.5, DKIM_ALLOW=-0.2
[spam-filter.list.scores]
DMARC_POLICY_ALLOW = -100.0
DKIM_ALLOW = -50.0