IMAP spam test fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user