IMAP spam test fixes

This commit is contained in:
mdecimus
2025-12-18 16:07:22 +01:00
parent c5d357ca28
commit d2f2e5eae8

View File

@@ -670,19 +670,15 @@ wait = "1ms"
enable = true
[spam-filter.list]
scores = {"PROB_SPAM_LOW" = "10.0", "PROB_SPAM_HIGH" = "10.0"}
scores = {"PROB_SPAM_LOW" = "10.0", "PROB_SPAM_HIGH" = "10.0", "SPAM_TRAP" = "100.0"}
[spam-filter.classifier.samples]
min-ham = 10
min-spam = 10
[lookup]
"spam-traps" = {"spamtrap@*"}
[queue]
path = "{TMP}"
hash = 64
[report]
path = "{TMP}"
hash = 64
[resolver]
type = "system"