elektrine-haraka/config/spamassassin.ini
Maxfield Luke 67c1d41a0c
Some checks are pending
CI and deploy / Test (push) Waiting to run
CI and deploy / Build, push, and deploy (push) Blocked by required conditions
Initial commit on Forgejo
Fresh repository history for elektrine/elektrine-haraka hosted at
https://git.elektrine.com/elektrine/elektrine-haraka.
2026-07-29 04:43:42 -04:00

38 lines
No EOL
775 B
INI

[main]
; SpamAssassin daemon configuration
spamd_socket = spamassassin:783
; Maximum message size to scan (bytes) - 256KB default
max_size = 262144
; Timeout for spamd connection (seconds)
timeout = 30
; Should we add spam headers to all emails?
add_headers = true
; Should we reject emails over the spam threshold?
reject_spam = false
; Spam threshold for rejection (only if reject_spam = true)
reject_threshold = 15.0
; Should we quarantine spam messages?
quarantine_spam = false
[headers]
; Add X-Spam-Status header
status = true
; Add X-Spam-Score header
score = true
; Add X-Spam-Report header (detailed report)
report = true
[thresholds]
; Score at which to add spam headers
add_header = 5.0
; Score at which to reject (if reject_spam = true)
reject = 15.0