fix: Remove quotes for `SA_SPAM_SUBJECT` in `mailserver.env`

This commit is contained in:
Brennan Kinney 2024-01-10 12:47:52 +13:00 committed by GitHub
parent aba218e6d7
commit 2bbb4105b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ SA_TAG2=6.31
SA_KILL=10.0
# add tag to subject if spam detected
SA_SPAM_SUBJECT='***SPAM*** '
SA_SPAM_SUBJECT=***SPAM***
# -----------------------------------------------
# --- Fetchmail Section -------------------------