Initial commit on Forgejo
Fresh repository history for elektrine/elektrine-haraka hosted at https://git.elektrine.com/elektrine/elektrine-haraka.
This commit is contained in:
commit
67c1d41a0c
82 changed files with 8713 additions and 0 deletions
38
config/spamassassin.ini
Normal file
38
config/spamassassin.ini
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue