Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion mailserver.env
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,10 @@ SA_TAG2=6.31
SA_KILL=10.0

# add tag to subject if spam detected
SA_SPAM_SUBJECT='***SPAM*** '
# The value `undef` opts-out of this feature. The value shown below is the default.
# NOTE: By default spam is delivered to a junk folder, reducing the value of adding a subject prefix.
# NOTE: If not using Docker Compose, other CRI may require the single quotes removed.
#SA_SPAM_SUBJECT='***SPAM*** '

# -----------------------------------------------
# --- Fetchmail Section -------------------------
Expand Down