-
-
Notifications
You must be signed in to change notification settings - Fork 2k
SA_KILL does not superseeds SPAMASSASSIN_SPAM_TO_INBOX #2491
Copy link
Copy link
Closed
Labels
kind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/needs triageThis issue / PR needs checks and verification from maintainersThis issue / PR needs checks and verification from maintainersmeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activitypriority/low
Metadata
Metadata
Assignees
Labels
kind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/needs triageThis issue / PR needs checks and verification from maintainersThis issue / PR needs checks and verification from maintainersmeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activitypriority/low
Subject
I would like to configure a not well documented mail server use case
Description
In the documentation it says:
but, if
SPAMASSASSIN_SPAM_TO_INBOX=1, it does not appear to me that SA_KILL superseeds SPAMASSASSIN_SPAM_TO_INBOX.SPAM emails that exceed the
SA_KILLlevel are still sent to the inbox, because (always whenSPAMASSASSIN_SPAM_TO_INBOX=1) these 2 variables are set asD_PASS:/etc/amavis/conf.d/49-docker-mailserver:
by
setup-stack.shscript:docker-mailserver/target/scripts/startup/setup-stack.sh
Lines 930 to 931 in 321ae74
Mind you, this is exactly how I want to work, I don't want SPAM emails to be bounced.
I just wanted to point out that IMO what is indicated in the documentation is not correct..
In a nutshell: it is not necessary to set a high value of
SA_KILLwhenSPAMASSASSIN_SPAM_TO_INBOX=1.Correct me if I'm wrong..