fix: Remove quotes for `SA_SPAM_SUBJECT` in `mailserver.env`
This commit is contained in:
parent
aba218e6d7
commit
2bbb4105b9
|
@ -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 -------------------------
|
||||
|
|
Loading…
Reference in New Issue