Browse Source

use 5.5 as max spam score

Son NK 5 years ago
parent
commit
ef196c5b4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config.py

+ 1 - 1
app/config.py

@@ -304,7 +304,7 @@ PLAUSIBLE_DOMAIN = os.environ.get("PLAUSIBLE_DOMAIN")
 HOST = socket.gethostname()
 
 # by default use a tolerant score
-MAX_SPAM_SCORE = 10
+MAX_SPAM_SCORE = 5.5
 SPAMASSASSIN_HOST = os.environ.get("SPAMASSASSIN_HOST")
 # use a more restrictive score when replying
 MAX_REPLY_PHASE_SPAM_SCORE = 5