From 6f7fff6b32b60502b6d47c01edb87e8be3f5e744 Mon Sep 17 00:00:00 2001 From: Florian Roks Date: Sun, 31 Jan 2021 21:49:40 +0100 Subject: [PATCH] Escaped the underscore of SCORE When you read the markdown on github, the underscore by default just causes the word to be italic - when you blindly copy that configuration, it won't work, because you don't see the underscore prefix/suffix. --- ENVIRONMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ENVIRONMENT.md b/ENVIRONMENT.md index 45af6217..720093c4 100644 --- a/ENVIRONMENT.md +++ b/ENVIRONMENT.md @@ -318,7 +318,7 @@ Note: this spamassassin setting needs `ENABLE_SPAMASSASSIN=1`. By default, the m - **\*\*\*SPAM\*\*\*** => add tag to subject if spam detected -Note: this spamassassin setting needs `ENABLE_SPAMASSASSIN=1`. Add the spamassassin score to the subject line by inserting the keyword _SCORE_: **\*\*\*SPAM(_SCORE_)\*\*\***. +Note: this spamassassin setting needs `ENABLE_SPAMASSASSIN=1`. Add the spamassassin score to the subject line by inserting the keyword \_SCORE\_: **\*\*\*SPAM(\_SCORE\_)\*\*\***. ##### SA_SHORTCIRCUIT_BAYES_SPAM