use 5.5 as max spam score

This commit is contained in:
Son NK 2020-08-22 16:58:51 +02:00
parent 00a08d898a
commit ef196c5b4a
1 changed files with 1 additions and 1 deletions

View File

@ -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